package http
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- final case class ResponseError(status: Status, msg: Option[String] = None) extends RuntimeException with NoStackTrace with Product with Serializable
- final case class UnexpectedError(className: String, msg: Option[String]) extends RuntimeException with NoStackTrace with Product with Serializable