pub struct EventInternalErrorSchema {
pub error: String,
pub display: String,
pub tracking_id: String,
}
Fields§
§error: String
Error message
display: String
Error message description
tracking_id: String
Provide this to Blend when troubleshooting
Trait Implementations§
Source§impl Debug for EventInternalErrorSchema
impl Debug for EventInternalErrorSchema
Source§impl<'de> Deserialize<'de> for EventInternalErrorSchema
impl<'de> Deserialize<'de> for EventInternalErrorSchema
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
Source§impl Display for EventInternalErrorSchema
impl Display for EventInternalErrorSchema
Auto Trait Implementations§
impl Freeze for EventInternalErrorSchema
impl RefUnwindSafe for EventInternalErrorSchema
impl Send for EventInternalErrorSchema
impl Sync for EventInternalErrorSchema
impl Unpin for EventInternalErrorSchema
impl UnwindSafe for EventInternalErrorSchema
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