Struct wasmcloud_interface_sqldb::SqlDbError
source · [−]Expand description
Detailed error information from the previous operation
Fields
code: String
Type of error. The list of enum variants for this field may be expanded in the future to provide finer-granularity failure information
message: String
error message
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Performs the conversion.
Performs the conversion.
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for SqlDbError
impl Send for SqlDbError
impl Sync for SqlDbError
impl Unpin for SqlDbError
impl UnwindSafe for SqlDbError
Blanket Implementations
Mutably borrows from an owned value. Read more