pub enum RunJobFlowError {
InternalServerError(String),
}
Expand description
Errors returned by RunJobFlow
Variants§
InternalServerError(String)
Indicates that an error occurred while processing the request and that the request was not completed.
Implementations§
Source§impl RunJobFlowError
impl RunJobFlowError
pub fn from_response(res: BufferedHttpResponse) -> RusotoError<RunJobFlowError>
Trait Implementations§
Source§impl Debug for RunJobFlowError
impl Debug for RunJobFlowError
Source§impl Display for RunJobFlowError
impl Display for RunJobFlowError
Source§impl Error for RunJobFlowError
impl Error for RunJobFlowError
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 RunJobFlowError
impl PartialEq for RunJobFlowError
impl StructuralPartialEq for RunJobFlowError
Auto Trait Implementations§
impl Freeze for RunJobFlowError
impl RefUnwindSafe for RunJobFlowError
impl Send for RunJobFlowError
impl Sync for RunJobFlowError
impl Unpin for RunJobFlowError
impl UnwindSafe for RunJobFlowError
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