pub enum CreateCoreDefinitionError {
BadRequest(String),
}Expand description
Errors returned by CreateCoreDefinition
Variants§
Implementations§
Source§impl CreateCoreDefinitionError
impl CreateCoreDefinitionError
pub fn from_response( res: BufferedHttpResponse, ) -> RusotoError<CreateCoreDefinitionError>
Trait Implementations§
Source§impl Debug for CreateCoreDefinitionError
impl Debug for CreateCoreDefinitionError
Source§impl Display for CreateCoreDefinitionError
impl Display for CreateCoreDefinitionError
Source§impl Error for CreateCoreDefinitionError
impl Error for CreateCoreDefinitionError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
impl StructuralPartialEq for CreateCoreDefinitionError
Auto Trait Implementations§
impl Freeze for CreateCoreDefinitionError
impl RefUnwindSafe for CreateCoreDefinitionError
impl Send for CreateCoreDefinitionError
impl Sync for CreateCoreDefinitionError
impl Unpin for CreateCoreDefinitionError
impl UnwindSafe for CreateCoreDefinitionError
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