pub enum SDKAssistantMessageError {
rate_limit,
authentication_failed,
server_error,
unknown,
}Expand description
SDK assistant message error types
Variants§
Trait Implementations§
Source§impl Clone for SDKAssistantMessageError
impl Clone for SDKAssistantMessageError
Source§fn clone(&self) -> SDKAssistantMessageError
fn clone(&self) -> SDKAssistantMessageError
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SDKAssistantMessageError
impl Debug for SDKAssistantMessageError
Source§impl PartialEq for SDKAssistantMessageError
impl PartialEq for SDKAssistantMessageError
impl StructuralPartialEq for SDKAssistantMessageError
Auto Trait Implementations§
impl Freeze for SDKAssistantMessageError
impl RefUnwindSafe for SDKAssistantMessageError
impl Send for SDKAssistantMessageError
impl Sync for SDKAssistantMessageError
impl Unpin for SDKAssistantMessageError
impl UnsafeUnpin for SDKAssistantMessageError
impl UnwindSafe for SDKAssistantMessageError
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