pub struct GateApiError {
pub label: String,
pub message: String,
}Expand description
Structured Gate server error
Fields§
§label: StringError code
API Documentation non-2xx status code
message: Stringdetailed error message
Trait Implementations§
Source§impl Debug for GateApiError
impl Debug for GateApiError
Source§impl<'de> Deserialize<'de> for GateApiError
impl<'de> Deserialize<'de> for GateApiError
Source§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 Freeze for GateApiError
impl RefUnwindSafe for GateApiError
impl Send for GateApiError
impl Sync for GateApiError
impl Unpin for GateApiError
impl UnsafeUnpin for GateApiError
impl UnwindSafe for GateApiError
Blanket Implementations§
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