package inet
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class FailedResponse(cause: String) extends Exception with Product with Serializable
- trait HorizonAccess extends AnyRef
- case class HorizonBadRequest(uri: HttpUrl, body: String) extends Exception with Product with Serializable
- case class HorizonEntityNotFound(uri: HttpUrl, body: JValue)(implicit formats: Formats) extends Exception with Product with Serializable
- case class HorizonRateLimitExceeded(uri: HttpUrl, retryAfter: Duration)(implicit formats: Formats) extends Exception with Product with Serializable
- case class HorizonServerError(uri: HttpUrl, body: JObject)(implicit formats: Formats) extends Exception with Product with Serializable
- class OkHorizon extends HorizonAccess with LazyLogging
- case class Page[T](xs: List[T], nextLink: Option[HttpUrl]) extends Product with Serializable
A page of results
- case class RawPage(inner: List[JValue], nextLink: Option[String]) extends Product with Serializable
- case class RestException(message: String, t: Throwable = None.orNull) extends Exception with Product with Serializable
Value Members
- object PageParser
- object RawPageDeserializer extends ResponseParser[RawPage]