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