pub struct RunStepObjectLastError {
pub code: String,
pub message: String,
}
Fields§
§code: String
One of server_error
or rate_limit_exceeded
.
message: String
A human-readable description of the error.
Trait Implementations§
Source§impl Debug for RunStepObjectLastError
impl Debug for RunStepObjectLastError
Source§impl<'de> Deserialize<'de> for RunStepObjectLastError
impl<'de> Deserialize<'de> for RunStepObjectLastError
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
Auto Trait Implementations§
impl Freeze for RunStepObjectLastError
impl RefUnwindSafe for RunStepObjectLastError
impl Send for RunStepObjectLastError
impl Sync for RunStepObjectLastError
impl Unpin for RunStepObjectLastError
impl UnwindSafe for RunStepObjectLastError
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