Packages

o

org.http4s.Status

ClientError

object ClientError extends ResponseClass with Product with Serializable

Source
Status.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClientError
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ResponseClass
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val isSuccess: Boolean
    Definition Classes
    ClientErrorResponseClass
  2. final def unapply[F[_]](resp: Response[F]): Option[Response[F]]

    Match a Response based on Status category

    Match a Response based on Status category

    Definition Classes
    ResponseClass