Enum mz_ccsr::client::UnhandledError
source · enum UnhandledError {
Transport(Error),
Api {
code: i32,
message: String,
},
}
Variants§
Trait Implementations§
source§impl Debug for UnhandledError
impl Debug for UnhandledError
source§impl From<Error> for UnhandledError
impl From<Error> for UnhandledError
source§fn from(err: Error) -> UnhandledError
fn from(err: Error) -> UnhandledError
Converts to this type from the input type.
source§impl From<UnhandledError> for DeleteError
impl From<UnhandledError> for DeleteError
source§fn from(err: UnhandledError) -> DeleteError
fn from(err: UnhandledError) -> DeleteError
Converts to this type from the input type.
source§impl From<UnhandledError> for GetByIdError
impl From<UnhandledError> for GetByIdError
source§fn from(err: UnhandledError) -> GetByIdError
fn from(err: UnhandledError) -> GetByIdError
Converts to this type from the input type.
source§impl From<UnhandledError> for GetBySubjectError
impl From<UnhandledError> for GetBySubjectError
source§fn from(err: UnhandledError) -> GetBySubjectError
fn from(err: UnhandledError) -> GetBySubjectError
Converts to this type from the input type.
source§impl From<UnhandledError> for GetSubjectConfigError
impl From<UnhandledError> for GetSubjectConfigError
source§fn from(err: UnhandledError) -> GetSubjectConfigError
fn from(err: UnhandledError) -> GetSubjectConfigError
Converts to this type from the input type.
source§impl From<UnhandledError> for ListError
impl From<UnhandledError> for ListError
source§fn from(err: UnhandledError) -> ListError
fn from(err: UnhandledError) -> ListError
Converts to this type from the input type.
source§impl From<UnhandledError> for PublishError
impl From<UnhandledError> for PublishError
source§fn from(err: UnhandledError) -> PublishError
fn from(err: UnhandledError) -> PublishError
Converts to this type from the input type.
source§impl From<UnhandledError> for SetCompatibilityLevelError
impl From<UnhandledError> for SetCompatibilityLevelError
source§fn from(err: UnhandledError) -> SetCompatibilityLevelError
fn from(err: UnhandledError) -> SetCompatibilityLevelError
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for UnhandledError
impl !RefUnwindSafe for UnhandledError
impl Send for UnhandledError
impl Sync for UnhandledError
impl Unpin for UnhandledError
impl !UnwindSafe for UnhandledError
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