pub enum CosmosErrorKind {
PreconditionFailed,
NotFound,
BadRequest,
InternalError,
Conflict,
BlobError,
ModificationError(Rejection),
}Variants§
PreconditionFailed
NotFound
BadRequest
InternalError
Conflict
BlobError
ModificationError(Rejection)
Trait Implementations§
Source§impl Debug for CosmosErrorKind
impl Debug for CosmosErrorKind
Auto Trait Implementations§
impl Freeze for CosmosErrorKind
impl !RefUnwindSafe for CosmosErrorKind
impl Send for CosmosErrorKind
impl Sync for CosmosErrorKind
impl Unpin for CosmosErrorKind
impl !UnwindSafe for CosmosErrorKind
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