pub enum ApiErrorCodes {
HTTPException,
InternalServerError,
}
Expand description
General API error codes used by the Latitude API.
Variants§
HTTPException
An HTTP-related exception occurred.
InternalServerError
An internal server error occurred.
Trait Implementations§
Source§impl Debug for ApiErrorCodes
impl Debug for ApiErrorCodes
Auto Trait Implementations§
impl Freeze for ApiErrorCodes
impl RefUnwindSafe for ApiErrorCodes
impl Send for ApiErrorCodes
impl Sync for ApiErrorCodes
impl Unpin for ApiErrorCodes
impl UnwindSafe for ApiErrorCodes
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