pub enum CreateHITTypeError {
RequestError(String),
ServiceFault(String),
}Expand description
Errors returned by CreateHITType
Variants§
RequestError(String)
Your request is invalid.
ServiceFault(String)
Amazon Mechanical Turk is temporarily unable to process your request. Try your call again.
Implementations§
Source§impl CreateHITTypeError
impl CreateHITTypeError
pub fn from_response( res: BufferedHttpResponse, ) -> RusotoError<CreateHITTypeError>
Trait Implementations§
Source§impl Debug for CreateHITTypeError
impl Debug for CreateHITTypeError
Source§impl Display for CreateHITTypeError
impl Display for CreateHITTypeError
Source§impl Error for CreateHITTypeError
impl Error for CreateHITTypeError
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()
Source§impl PartialEq for CreateHITTypeError
impl PartialEq for CreateHITTypeError
impl StructuralPartialEq for CreateHITTypeError
Auto Trait Implementations§
impl Freeze for CreateHITTypeError
impl RefUnwindSafe for CreateHITTypeError
impl Send for CreateHITTypeError
impl Sync for CreateHITTypeError
impl Unpin for CreateHITTypeError
impl UnwindSafe for CreateHITTypeError
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