Struct octorust::types::BasicError [−][src]
pub struct BasicError {
pub documentation_url: String,
pub message: String,
pub status: String,
pub url: String,
}Expand description
Basic Error
Fields
documentation_url: StringBasic Error
message: StringBasic Error
status: StringBasic Error
url: StringBasic Error
Trait Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for BasicErrorimpl Send for BasicErrorimpl Sync for BasicErrorimpl Unpin for BasicErrorimpl UnwindSafe for BasicErrorBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more