pub enum ApiErrorCode {
Accepted,
ResourceNotFound,
InvalidQuery,
RateLimitExceeded,
InternalError,
UnexpectedContentType,
Forbidden,
TemporarilyUnavailable,
Unauthorized,
MethodNotAllowed,
UnprocessableEntity,
}Variants§
Accepted
ResourceNotFound
InvalidQuery
RateLimitExceeded
InternalError
UnexpectedContentType
Forbidden
MethodNotAllowed
UnprocessableEntity
Trait Implementations§
Source§impl Debug for ApiErrorCode
impl Debug for ApiErrorCode
Source§impl PartialEq for ApiErrorCode
impl PartialEq for ApiErrorCode
Source§impl TryFrom<u16> for ApiErrorCode
impl TryFrom<u16> for ApiErrorCode
impl StructuralPartialEq for ApiErrorCode
Auto Trait Implementations§
impl Freeze for ApiErrorCode
impl RefUnwindSafe for ApiErrorCode
impl Send for ApiErrorCode
impl Sync for ApiErrorCode
impl Unpin for ApiErrorCode
impl UnwindSafe for ApiErrorCode
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