Struct botx_api::bot::models::notification_callback_request::NotificationCallbackRequestError
source · pub struct NotificationCallbackRequestError {
pub sync_id: Uuid,
pub reason: String,
pub errors: Vec<String>,
pub error_data: HashMap<String, Value>,
}Fields§
§sync_id: Uuidsync id отправляемого сообщения
reason: Stringкраткая/общая причина ошибки
errors: Vec<String>(Default: []) - детальное описание ошибки/ошибок
error_data: HashMap<String, Value>(Default: {}) - метаданные ошибки
Trait Implementations§
source§impl<'de> Deserialize<'de> for NotificationCallbackRequestError
impl<'de> Deserialize<'de> for NotificationCallbackRequestError
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 RefUnwindSafe for NotificationCallbackRequestError
impl Send for NotificationCallbackRequestError
impl Sync for NotificationCallbackRequestError
impl Unpin for NotificationCallbackRequestError
impl UnwindSafe for NotificationCallbackRequestError
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