Struct solana_runtime::accounts_db::ErrorCounters[][src]

pub struct ErrorCounters {
Show 14 fields pub total: usize, pub account_in_use: usize, pub account_loaded_twice: usize, pub account_not_found: usize, pub blockhash_not_found: usize, pub blockhash_too_old: usize, pub call_chain_too_deep: usize, pub already_processed: usize, pub instruction_error: usize, pub insufficient_funds: usize, pub invalid_account_for_fee: usize, pub invalid_account_index: usize, pub invalid_program_for_execution: usize, pub not_allowed_during_cluster_maintenance: usize,
}

Fields

total: usizeaccount_in_use: usizeaccount_loaded_twice: usizeaccount_not_found: usizeblockhash_not_found: usizeblockhash_too_old: usizecall_chain_too_deep: usizealready_processed: usizeinstruction_error: usizeinsufficient_funds: usizeinvalid_account_for_fee: usizeinvalid_account_index: usizeinvalid_program_for_execution: usizenot_allowed_during_cluster_maintenance: usize

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.