Struct kbs_types::ErrorInformation
source · pub struct ErrorInformation {
pub error_type: String,
pub detail: String,
}Fields§
§error_type: String§detail: StringTrait Implementations§
source§impl Debug for ErrorInformation
impl Debug for ErrorInformation
source§impl<'de> Deserialize<'de> for ErrorInformation
impl<'de> Deserialize<'de> for ErrorInformation
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