Enum lsp_codec::proto::HeaderError
source · pub enum HeaderError {
DuplicateHeaderField,
MissingContentLength,
UnsupportedCharset,
HeaderFieldParseError(String),
WrongEntryField(String),
}Variants§
DuplicateHeaderField
MissingContentLength
UnsupportedCharset
HeaderFieldParseError(String)
WrongEntryField(String)
Trait Implementations§
source§impl Debug for HeaderError
impl Debug for HeaderError
source§impl From<HeaderError> for Error
impl From<HeaderError> for Error
source§fn from(header: HeaderError) -> Error
fn from(header: HeaderError) -> Error
Converts to this type from the input type.