Struct edgedb_protocol::server_message::ErrorResponse [−][src]
pub struct ErrorResponse {
pub severity: ErrorSeverity,
pub code: u32,
pub message: String,
pub attributes: Headers,
}Fields
severity: ErrorSeveritycode: u32message: Stringattributes: HeadersTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ErrorResponse
impl Send for ErrorResponse
impl Sync for ErrorResponse
impl Unpin for ErrorResponse
impl UnwindSafe for ErrorResponse
Blanket Implementations
Mutably borrows from an owned value. Read more