Packages

package inet

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class FailedResponse(cause: String) extends Exception with Product with Serializable
  2. trait HorizonAccess extends AnyRef
  3. case class HorizonBadRequest(uri: HttpUrl, body: String) extends Exception with Product with Serializable
  4. case class HorizonEntityNotFound(uri: HttpUrl, body: JValue)(implicit formats: Formats) extends Exception with Product with Serializable
  5. case class HorizonRateLimitExceeded(uri: HttpUrl, retryAfter: Duration)(implicit formats: Formats) extends Exception with Product with Serializable
  6. case class HorizonServerError(uri: HttpUrl, body: JObject)(implicit formats: Formats) extends Exception with Product with Serializable
  7. class OkHorizon extends HorizonAccess with LazyLogging
  8. case class Page[T](xs: List[T], nextLink: Option[HttpUrl]) extends Product with Serializable

    A page of results

  9. case class RawPage(inner: List[JValue], nextLink: Option[String]) extends Product with Serializable
  10. case class RestException(message: String, t: Throwable = None.orNull) extends Exception with Product with Serializable

Value Members

  1. object PageParser
  2. object RawPageDeserializer extends ResponseParser[RawPage]

Ungrouped