pub enum CreateBrowserRegistrationFlowError {
DefaultResponse(ErrorGeneric),
UnknownValue(Value),
}Expand description
struct for typed errors of method create_browser_registration_flow
Variants§
DefaultResponse(ErrorGeneric)
UnknownValue(Value)
Trait Implementations§
source§impl Clone for CreateBrowserRegistrationFlowError
impl Clone for CreateBrowserRegistrationFlowError
source§fn clone(&self) -> CreateBrowserRegistrationFlowError
fn clone(&self) -> CreateBrowserRegistrationFlowError
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<'de> Deserialize<'de> for CreateBrowserRegistrationFlowError
impl<'de> Deserialize<'de> for CreateBrowserRegistrationFlowError
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