pub type ErrorResponse = Response<Option<String>>;
Server error response type.
pub struct ErrorResponse { /* private fields */ }