Enum substrate_prometheus_endpoint::Error [−][src]
pub enum Error {
Hyper(Error),
Http(Error),
Io(Error),
PortInUse(SocketAddr),
}Variants
Hyper(Error)Hyper internal error.
Tuple Fields of Hyper
0: ErrorHttp(Error)Http request error.
Tuple Fields of Http
0: ErrorIo(Error)i/o error.
Tuple Fields of Io
0: ErrorPortInUse(SocketAddr)Tuple Fields of PortInUse
0: SocketAddrTrait Implementations
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for Error
impl !UnwindSafe for Error
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more