Type Alias ErrorResponse
pub type ErrorResponse = Response<Option<String>>;Available on crate features
ws and handshake only.Expand description
Server error response type.
Aliased Typeยง
pub struct ErrorResponse { /* private fields */ }