pub enum BpfError {
    VerifierError(VerifierError),
    SyscallError(SyscallError),
}
Expand description

Errors returned by functions the BPF Loader registers with the VM

Variants§

§

VerifierError(VerifierError)

§

SyscallError(SyscallError)

Trait Implementations§

source§

impl Debug for BpfError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for BpfError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for BpfError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, demand: &mut Demand<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<SyscallError> for BpfError

source§

fn from(source: SyscallError) -> Self

Converts to this type from the input type.
source§

impl From<VerifierError> for BpfError

source§

fn from(source: VerifierError) -> Self

Converts to this type from the input type.
source§

impl PartialEq<BpfError> for BpfError

source§

fn eq(&self, other: &BpfError) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl<'a, 'b> SyscallObject<BpfError> for SyscallAbort<'a, 'b>

source§

fn call(
&mut self,
_arg1: u64,
_arg2: u64,
_arg3: u64,
_arg4: u64,
_arg5: u64,
_memory_mapping: &mut MemoryMapping<'_>,
result: &mut Result<u64, EbpfError<BpfError>>
)

Call the syscall function
source§

impl<'a, 'b> SyscallObject<BpfError> for SyscallAllocFree<'a, 'b>

source§

fn call(
&mut self,
size: u64,
free_addr: u64,
_arg3: u64,
_arg4: u64,
_arg5: u64,
_memory_mapping: &mut MemoryMapping<'_>,
result: &mut Result<u64, EbpfError<BpfError>>
)

Call the syscall function
source§

impl<'a, 'b> SyscallObject<BpfError> for SyscallBlake3<'a, 'b>

source§

fn call(
&mut self,
vals_addr: u64,
vals_len: u64,
result_addr: u64,
_arg4: u64,
_arg5: u64,
memory_mapping: &mut MemoryMapping<'_>,
result: &mut Result<u64, EbpfError<BpfError>>
)

Call the syscall function
source§

impl<'a, 'b> SyscallObject<BpfError> for SyscallCreateProgramAddress<'a, 'b>

source§

fn call(
&mut self,
seeds_addr: u64,
seeds_len: u64,
program_id_addr: u64,
address_addr: u64,
_arg5: u64,
memory_mapping: &mut MemoryMapping<'_>,
result: &mut Result<u64, EbpfError<BpfError>>
)

Call the syscall function
source§

impl<'a, 'b> SyscallObject<BpfError> for SyscallCurveGroupOps<'a, 'b>

source§

fn call(
&mut self,
curve_id: u64,
group_op: u64,
left_input_addr: u64,
right_input_addr: u64,
result_point_addr: u64,
memory_mapping: &mut MemoryMapping<'_>,
result: &mut Result<u64, EbpfError<BpfError>>
)

Call the syscall function
source§

impl<'a, 'b> SyscallObject<BpfError> for SyscallCurvePointValidation<'a, 'b>

source§

fn call(
&mut self,
curve_id: u64,
point_addr: u64,
_arg3: u64,
_arg4: u64,
_arg5: u64,
memory_mapping: &mut MemoryMapping<'_>,
result: &mut Result<u64, EbpfError<BpfError>>
)

Call the syscall function
source§

impl<'a, 'b> SyscallObject<BpfError> for SyscallGetClockSysvar<'a, 'b>

source§

fn call(
&mut self,
var_addr: u64,
_arg2: u64,
_arg3: u64,
_arg4: u64,
_arg5: u64,
memory_mapping: &mut MemoryMapping<'_>,
result: &mut Result<u64, EbpfError<BpfError>>
)

Call the syscall function
source§

impl<'a, 'b> SyscallObject<BpfError> for SyscallGetEpochScheduleSysvar<'a, 'b>

source§

fn call(
&mut self,
var_addr: u64,
_arg2: u64,
_arg3: u64,
_arg4: u64,
_arg5: u64,
memory_mapping: &mut MemoryMapping<'_>,
result: &mut Result<u64, EbpfError<BpfError>>
)

Call the syscall function
source§

impl<'a, 'b> SyscallObject<BpfError> for SyscallGetFeesSysvar<'a, 'b>

source§

fn call(
&mut self,
var_addr: u64,
_arg2: u64,
_arg3: u64,
_arg4: u64,
_arg5: u64,
memory_mapping: &mut MemoryMapping<'_>,
result: &mut Result<u64, EbpfError<BpfError>>
)

Call the syscall function
source§

impl<'a, 'b> SyscallObject<BpfError> for SyscallGetProcessedSiblingInstruction<'a, 'b>

source§

fn call(
&mut self,
index: u64,
meta_addr: u64,
program_id_addr: u64,
data_addr: u64,
accounts_addr: u64,
memory_mapping: &mut MemoryMapping<'_>,
result: &mut Result<u64, EbpfError<BpfError>>
)

Call the syscall function
source§

impl<'a, 'b> SyscallObject<BpfError> for SyscallGetRentSysvar<'a, 'b>

source§

fn call(
&mut self,
var_addr: u64,
_arg2: u64,
_arg3: u64,
_arg4: u64,
_arg5: u64,
memory_mapping: &mut MemoryMapping<'_>,
result: &mut Result<u64, EbpfError<BpfError>>
)

Call the syscall function
source§

impl<'a, 'b> SyscallObject<BpfError> for SyscallGetReturnData<'a, 'b>

source§

fn call(
&mut self,
return_data_addr: u64,
length: u64,
program_id_addr: u64,
_arg4: u64,
_arg5: u64,
memory_mapping: &mut MemoryMapping<'_>,
result: &mut Result<u64, EbpfError<BpfError>>
)

Call the syscall function
source§

impl<'a, 'b> SyscallObject<BpfError> for SyscallGetStackHeight<'a, 'b>

source§

fn call(
&mut self,
_arg1: u64,
_arg2: u64,
_arg3: u64,
_arg4: u64,
_arg5: u64,
_memory_mapping: &mut MemoryMapping<'_>,
result: &mut Result<u64, EbpfError<BpfError>>
)

Call the syscall function
source§

impl<'a, 'b> SyscallObject<BpfError> for SyscallInvokeSignedC<'a, 'b>

source§

fn call(
&mut self,
instruction_addr: u64,
account_infos_addr: u64,
account_infos_len: u64,
signers_seeds_addr: u64,
signers_seeds_len: u64,
memory_mapping: &mut MemoryMapping<'_>,
result: &mut Result<u64, EbpfError<BpfError>>
)

Call the syscall function
source§

impl<'a, 'b> SyscallObject<BpfError> for SyscallInvokeSignedRust<'a, 'b>

source§

fn call(
&mut self,
instruction_addr: u64,
account_infos_addr: u64,
account_infos_len: u64,
signers_seeds_addr: u64,
signers_seeds_len: u64,
memory_mapping: &mut MemoryMapping<'_>,
result: &mut Result<u64, EbpfError<BpfError>>
)

Call the syscall function
source§

impl<'a, 'b> SyscallObject<BpfError> for SyscallKeccak256<'a, 'b>

source§

fn call(
&mut self,
vals_addr: u64,
vals_len: u64,
result_addr: u64,
_arg4: u64,
_arg5: u64,
memory_mapping: &mut MemoryMapping<'_>,
result: &mut Result<u64, EbpfError<BpfError>>
)

Call the syscall function
source§

impl<'a, 'b> SyscallObject<BpfError> for SyscallLog<'a, 'b>

source§

fn call(
&mut self,
addr: u64,
len: u64,
_arg3: u64,
_arg4: u64,
_arg5: u64,
memory_mapping: &mut MemoryMapping<'_>,
result: &mut Result<u64, EbpfError<BpfError>>
)

Call the syscall function
source§

impl<'a, 'b> SyscallObject<BpfError> for SyscallLogBpfComputeUnits<'a, 'b>

source§

fn call(
&mut self,
_arg1: u64,
_arg2: u64,
_arg3: u64,
_arg4: u64,
_arg5: u64,
_memory_mapping: &mut MemoryMapping<'_>,
result: &mut Result<u64, EbpfError<BpfError>>
)

Call the syscall function
source§

impl<'a, 'b> SyscallObject<BpfError> for SyscallLogData<'a, 'b>

source§

fn call(
&mut self,
addr: u64,
len: u64,
_arg3: u64,
_arg4: u64,
_arg5: u64,
memory_mapping: &mut MemoryMapping<'_>,
result: &mut Result<u64, EbpfError<BpfError>>
)

Call the syscall function
source§

impl<'a, 'b> SyscallObject<BpfError> for SyscallLogPubkey<'a, 'b>

source§

fn call(
&mut self,
pubkey_addr: u64,
_arg2: u64,
_arg3: u64,
_arg4: u64,
_arg5: u64,
memory_mapping: &mut MemoryMapping<'_>,
result: &mut Result<u64, EbpfError<BpfError>>
)

Call the syscall function
source§

impl<'a, 'b> SyscallObject<BpfError> for SyscallLogU64<'a, 'b>

source§

fn call(
&mut self,
arg1: u64,
arg2: u64,
arg3: u64,
arg4: u64,
arg5: u64,
_memory_mapping: &mut MemoryMapping<'_>,
result: &mut Result<u64, EbpfError<BpfError>>
)

Call the syscall function
source§

impl<'a, 'b> SyscallObject<BpfError> for SyscallMemcmp<'a, 'b>

source§

fn call(
&mut self,
s1_addr: u64,
s2_addr: u64,
n: u64,
cmp_result_addr: u64,
_arg5: u64,
memory_mapping: &mut MemoryMapping<'_>,
result: &mut Result<u64, EbpfError<BpfError>>
)

Call the syscall function
source§

impl<'a, 'b> SyscallObject<BpfError> for SyscallMemcpy<'a, 'b>

source§

fn call(
&mut self,
dst_addr: u64,
src_addr: u64,
n: u64,
_arg4: u64,
_arg5: u64,
memory_mapping: &mut MemoryMapping<'_>,
result: &mut Result<u64, EbpfError<BpfError>>
)

Call the syscall function
source§

impl<'a, 'b> SyscallObject<BpfError> for SyscallMemmove<'a, 'b>

source§

fn call(
&mut self,
dst_addr: u64,
src_addr: u64,
n: u64,
_arg4: u64,
_arg5: u64,
memory_mapping: &mut MemoryMapping<'_>,
result: &mut Result<u64, EbpfError<BpfError>>
)

Call the syscall function
source§

impl<'a, 'b> SyscallObject<BpfError> for SyscallMemset<'a, 'b>

source§

fn call(
&mut self,
s_addr: u64,
c: u64,
n: u64,
_arg4: u64,
_arg5: u64,
memory_mapping: &mut MemoryMapping<'_>,
result: &mut Result<u64, EbpfError<BpfError>>
)

Call the syscall function
source§

impl<'a, 'b> SyscallObject<BpfError> for SyscallPanic<'a, 'b>

source§

fn call(
&mut self,
file: u64,
len: u64,
line: u64,
column: u64,
_arg5: u64,
memory_mapping: &mut MemoryMapping<'_>,
result: &mut Result<u64, EbpfError<BpfError>>
)

Call the syscall function
source§

impl<'a, 'b> SyscallObject<BpfError> for SyscallSecp256k1Recover<'a, 'b>

source§

fn call(
&mut self,
hash_addr: u64,
recovery_id_val: u64,
signature_addr: u64,
result_addr: u64,
_arg5: u64,
memory_mapping: &mut MemoryMapping<'_>,
result: &mut Result<u64, EbpfError<BpfError>>
)

Call the syscall function
source§

impl<'a, 'b> SyscallObject<BpfError> for SyscallSetReturnData<'a, 'b>

source§

fn call(
&mut self,
addr: u64,
len: u64,
_arg3: u64,
_arg4: u64,
_arg5: u64,
memory_mapping: &mut MemoryMapping<'_>,
result: &mut Result<u64, EbpfError<BpfError>>
)

Call the syscall function
source§

impl<'a, 'b> SyscallObject<BpfError> for SyscallSha256<'a, 'b>

source§

fn call(
&mut self,
vals_addr: u64,
vals_len: u64,
result_addr: u64,
_arg4: u64,
_arg5: u64,
memory_mapping: &mut MemoryMapping<'_>,
result: &mut Result<u64, EbpfError<BpfError>>
)

Call the syscall function
source§

impl<'a, 'b> SyscallObject<BpfError> for SyscallTryFindProgramAddress<'a, 'b>

source§

fn call(
&mut self,
seeds_addr: u64,
seeds_len: u64,
program_id_addr: u64,
address_addr: u64,
bump_seed_addr: u64,
memory_mapping: &mut MemoryMapping<'_>,
result: &mut Result<u64, EbpfError<BpfError>>
)

Call the syscall function
source§

impl Eq for BpfError

source§

impl StructuralEq for BpfError

source§

impl StructuralPartialEq for BpfError

source§

impl UserDefinedError for BpfError

Auto Trait Implementations§

Blanket Implementations§

§

impl<T> AbiExample for T

§

default fn example() -> T

source§

impl<T> Any for Twhere
T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere
T: ?Sized,

const: unstable · source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere
T: ?Sized,

const: unstable · source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,

source§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
source§

impl<T> From<T> for T

const: unstable · source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

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

fn in_current_span(self) -> Instrumented<Self>

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

impl<T, U> Into<U> for Twhere
U: From<T>,

const: unstable · source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

§

impl<T> Pointable for T

§

const ALIGN: usize = mem::align_of::<T>()

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

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

impl<E> Provider for Ewhere
E: Error + ?Sized,

source§

fn provide<'a>(&'a self, demand: &mut Demand<'a>)

🔬This is a nightly-only experimental API. (provide_any)
Data providers should implement this method to provide all values they are able to provide by using demand. Read more
source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T> ToString for Twhere
T: Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for Twhere
U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
const: unstable · source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere
U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
const: unstable · source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for Twhere
V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where
S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more