pub enum PreviewErrorCodeV3 {
Show 18 variants
InvalidJson,
InvalidEnvelope,
PayloadTooLarge,
UnsupportedCapability,
StateMismatch,
ExpiredRequest,
IncompatibleGeneration,
DuplicateDecision,
DuplicateFeedback,
UnknownDecision,
StaleFeedback,
CapacityExceeded,
HandlerTimeout,
HandlerTrap,
HandlerOutputTooLarge,
HandlerInvalidOutput,
InvalidState,
Internal,
}Variants§
InvalidJson
InvalidEnvelope
PayloadTooLarge
UnsupportedCapability
StateMismatch
ExpiredRequest
IncompatibleGeneration
DuplicateDecision
DuplicateFeedback
UnknownDecision
StaleFeedback
CapacityExceeded
HandlerTimeout
HandlerTrap
HandlerOutputTooLarge
HandlerInvalidOutput
InvalidState
Internal
Implementations§
Source§impl PreviewErrorCodeV3
impl PreviewErrorCodeV3
pub const fn is_retryable(self) -> bool
Trait Implementations§
Source§impl Clone for PreviewErrorCodeV3
impl Clone for PreviewErrorCodeV3
Source§fn clone(&self) -> PreviewErrorCodeV3
fn clone(&self) -> PreviewErrorCodeV3
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PreviewErrorCodeV3
Source§impl Debug for PreviewErrorCodeV3
impl Debug for PreviewErrorCodeV3
Source§impl<'de> Deserialize<'de> for PreviewErrorCodeV3
impl<'de> Deserialize<'de> for PreviewErrorCodeV3
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for PreviewErrorCodeV3
Source§impl PartialEq for PreviewErrorCodeV3
impl PartialEq for PreviewErrorCodeV3
Source§impl Serialize for PreviewErrorCodeV3
impl Serialize for PreviewErrorCodeV3
impl StructuralPartialEq for PreviewErrorCodeV3
Auto Trait Implementations§
impl Freeze for PreviewErrorCodeV3
impl RefUnwindSafe for PreviewErrorCodeV3
impl Send for PreviewErrorCodeV3
impl Sync for PreviewErrorCodeV3
impl Unpin for PreviewErrorCodeV3
impl UnsafeUnpin for PreviewErrorCodeV3
impl UnwindSafe for PreviewErrorCodeV3
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