Enum decthings_api::rpc::debug::CallInstantiateModelError
source · pub enum CallInstantiateModelError {
DebugSessionNotFound,
DebugSessionTerminated,
StateDataNotFound,
Exception {
exception_details: Option<String>,
},
BadCredentials,
TooManyRequests,
PaymentRequired,
Unknown,
InvalidParameter {
parameter_name: String,
reason: String,
},
}
Variants§
DebugSessionNotFound
DebugSessionTerminated
StateDataNotFound
Exception
BadCredentials
TooManyRequests
PaymentRequired
Unknown
InvalidParameter
Trait Implementations§
source§impl Clone for CallInstantiateModelError
impl Clone for CallInstantiateModelError
source§fn clone(&self) -> CallInstantiateModelError
fn clone(&self) -> CallInstantiateModelError
Returns a copy 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 CallInstantiateModelError
impl Debug for CallInstantiateModelError
source§impl<'de> Deserialize<'de> for CallInstantiateModelError
impl<'de> Deserialize<'de> for CallInstantiateModelError
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
Auto Trait Implementations§
impl Freeze for CallInstantiateModelError
impl RefUnwindSafe for CallInstantiateModelError
impl Send for CallInstantiateModelError
impl Sync for CallInstantiateModelError
impl Unpin for CallInstantiateModelError
impl UnwindSafe for CallInstantiateModelError
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