zio.http.codec.HttpCodecError
See theHttpCodecError companion object
sealed trait HttpCodecError extends Exception, NoStackTrace, Product, Serializable
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Producttrait Equalstrait NoStackTraceclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class CustomErrorobject EncodingResponseErrortrait HeaderErrorclass DecodingErrorHeaderclass InvalidHeaderCountclass MissingHeaderclass MissingHeadersclass InvalidEntityclass MalformedBodyclass MalformedHeaderclass MalformedMethodclass MalformedPathclass MalformedStatusclass PathTooShorttrait QueryParamErrorclass InvalidQueryParamCountclass MalformedQueryParamclass MissingQueryParamclass MissingQueryParamsclass UnsupportedContentTypeShow all
Members list
Value members
Concrete methods
Attributes
- Definition Classes
-
Throwable
Inherited methods
Attributes
- Inherited from:
- Throwable
Attributes
- Definition Classes
-
NoStackTrace -> Throwable
- Inherited from:
- NoStackTrace
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- NoStackTrace
Attributes
- Inherited from:
- Throwable
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Inherited from:
- Throwable
In this article