Struct kong::ErrorResponse

source ยท
pub struct ErrorResponse {
    pub error_message: String,
}
Expand description

๐Ÿด API error response

Fieldsยง

ยงerror_message: String

Error message

Implementationsยง

HTTP Bad request (400)

HTTP unauthorized request (401)

HTTP forbidden request (402)

HTTP not foud resource (404)

HTTP method not allowed resource (405)

HTTP request conflict (409)

HTTP precondition failed (412)

HTTP internal server error (500)

Trait Implementationsยง

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementationsยง

Blanket Implementationsยง

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.