Enum wasi_experimental_http::HttpError
source · [−]pub enum HttpError {
Show 14 variants
InvalidHandle,
MemoryNotFound,
MemoryAccessError,
BufferTooSmall,
HeaderNotFound,
Utf8Error,
DestinationNotAllowed,
InvalidMethod,
InvalidEncoding,
InvalidUrl,
RequestError,
RuntimeError,
TooManySessions,
UnknownError,
}Expand description
HTTP errors
Variants
InvalidHandle
MemoryNotFound
MemoryAccessError
BufferTooSmall
HeaderNotFound
Utf8Error
DestinationNotAllowed
InvalidMethod
InvalidEncoding
InvalidUrl
RequestError
RuntimeError
TooManySessions
UnknownError
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HttpError
impl UnwindSafe for HttpError
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