Struct line_bot_messaging_api::LineApiError
source · pub struct LineApiError {
pub status: u16,
pub error: LineApiErrorResponse,
pub warnings: Option<Vec<String>>,
pub http_response_body: Option<String>,
}
Fields§
§status: u16
§error: LineApiErrorResponse
§warnings: Option<Vec<String>>
§http_response_body: Option<String>
Trait Implementations§
source§impl Debug for LineApiError
impl Debug for LineApiError
source§impl From<LineApiError> for LineError
impl From<LineApiError> for LineError
source§fn from(value: LineApiError) -> Self
fn from(value: LineApiError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for LineApiError
impl Send for LineApiError
impl Sync for LineApiError
impl Unpin for LineApiError
impl UnwindSafe for LineApiError
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