pub enum ResponseErrorCode {
Show 28 variants
APIExternalError,
APIInternalError,
CantParseJSON,
CapabilityAccessDenied,
ComponentUnavailable,
ContentFormatNotFound,
CouldNotParseBody,
Deadlock,
DuplicateEntry,
EnterpriseSignupError,
HTTPMethodNotSupported,
HTTPSRequired,
IntegrationError,
InvalidAuthentication,
InvalidParameter,
InvalidUpload,
NotAcceptable,
RequestEntityTooLarge,
RequiresGet,
RequiresPost,
RouteNotFound,
ServerUnderLoad,
Timeout,
Unauthenticated,
UnauthorizedOperation,
UnfoundResource,
UnhandledCondition,
XHRRequired,
}Variants§
APIExternalError
APIInternalError
CantParseJSON
CapabilityAccessDenied
ContentFormatNotFound
CouldNotParseBody
Deadlock
DuplicateEntry
EnterpriseSignupError
HTTPMethodNotSupported
HTTPSRequired
IntegrationError
InvalidAuthentication
InvalidParameter
InvalidUpload
NotAcceptable
RequestEntityTooLarge
RequiresGet
RequiresPost
RouteNotFound
ServerUnderLoad
Timeout
Unauthenticated
UnfoundResource
UnhandledCondition
XHRRequired
Trait Implementations§
Source§impl Debug for ResponseErrorCode
impl Debug for ResponseErrorCode
Source§impl<'de> Deserialize<'de> for ResponseErrorCode
impl<'de> Deserialize<'de> for ResponseErrorCode
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 ResponseErrorCode
impl RefUnwindSafe for ResponseErrorCode
impl Send for ResponseErrorCode
impl Sync for ResponseErrorCode
impl Unpin for ResponseErrorCode
impl UnwindSafe for ResponseErrorCode
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