Struct oasis_runtime_sdk::error::RuntimeError
source · pub struct RuntimeError {
pub module: String,
pub code: u32,
pub message: String,
}
Expand description
A serializable error.
Fields§
§module: String
§code: u32
§message: String
Implementations§
Trait Implementations§
source§impl Decode for Error
impl Decode for Error
source§fn try_default() -> Result<Error, DecodeError>
fn try_default() -> Result<Error, DecodeError>
Try to decode from a missing/null/undefined value.
source§fn try_from_cbor_value(value: Value) -> Result<Error, DecodeError>
fn try_from_cbor_value(value: Value) -> Result<Error, DecodeError>
Try to decode from a given CBOR value.
§fn try_from_cbor_value_default(value: Value) -> Result<Self, DecodeError>where
Self: Sized,
fn try_from_cbor_value_default(value: Value) -> Result<Self, DecodeError>where
Self: Sized,
Try to decode from a given CBOR value, calling
try_default
in case the value is null or
undefined.source§impl EncodeAsMap for Error
impl EncodeAsMap for Error
§fn into_cbor_value_map(self) -> Valuewhere
Self: Sized,
fn into_cbor_value_map(self) -> Valuewhere
Self: Sized,
Encode the type into a CBOR Map.
§fn into_cbor_map(self) -> Vec<(Value, Value)>where
Self: Sized,
fn into_cbor_map(self) -> Vec<(Value, Value)>where
Self: Sized,
Encode the type into a CBOR Map, returning the map items.
source§impl Error for Error
impl Error for Error
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
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
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<Error> for RuntimeError
impl From<Error> for RuntimeError
source§impl From<Error> for RuntimeError
impl From<Error> for RuntimeError
source§impl From<Error> for RuntimeError
impl From<Error> for RuntimeError
source§impl From<Error> for RuntimeError
impl From<Error> for RuntimeError
source§impl From<Error> for RuntimeError
impl From<Error> for RuntimeError
source§impl From<Error> for RuntimeError
impl From<Error> for RuntimeError
source§impl From<Error> for RuntimeError
impl From<Error> for RuntimeError
source§impl From<Error> for RuntimeError
impl From<Error> for RuntimeError
source§impl From<Error> for RuntimeError
impl From<Error> for RuntimeError
source§impl From<Error> for RuntimeError
impl From<Error> for RuntimeError
source§impl From<ProtocolError> for Error
impl From<ProtocolError> for Error
source§fn from(err: ProtocolError) -> Error
fn from(err: ProtocolError) -> Error
Converts to this type from the input type.
source§impl From<StateError> for Error
impl From<StateError> for Error
source§fn from(e: StateError) -> Error
fn from(e: StateError) -> Error
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for Error
impl RefUnwindSafe for Error
impl Send for Error
impl Sync for Error
impl Unpin for Error
impl UnwindSafe for Error
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)