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