package http
Type Members
- final case class MicroServiceException(message: String, response: HttpResponse) extends Exception with Product with Serializable
- final case class UnprocessableEntityException(message: String, response: HttpResponse) extends Exception with Product with Serializable