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: Error
Http(Error)
Http request error.
Tuple Fields of Http
0: Error
Io(Error)
i/o error.
Tuple Fields of Io
0: Error
PortInUse(SocketAddr)
Tuple Fields of PortInUse
0: SocketAddr
Trait 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