object ApiError
- Annotations
- @SuppressWarnings()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ApiError
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class BadRequest(detail: String) extends ApiError[sttp.model.StatusCode.BadRequest.type] with Product with Serializable
- sealed abstract class Companion[S <: StatusCode, E <: ApiError[S]] extends AnyRef
- final case class InternalServerError(detail: String) extends ApiError[sttp.model.StatusCode.InternalServerError.type] with Product with Serializable
- final case class NotFound(resource: String) extends ApiError[sttp.model.StatusCode.NotFound.type] with Product with Serializable
- final case class ServiceUnavailable(detail: String) extends ApiError[sttp.model.StatusCode.ServiceUnavailable.type] with Product with Serializable
- final case class Unauthorized(detail: String) extends ApiError[sttp.model.StatusCode.Unauthorized.type] with Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- object BadRequest extends Companion[sttp.model.StatusCode.BadRequest.type, BadRequest] with Serializable
- object InternalServerError extends Companion[sttp.model.StatusCode.InternalServerError.type, InternalServerError] with Serializable
- object NotFound extends Companion[sttp.model.StatusCode.NotFound.type, NotFound] with Serializable
- object ServiceUnavailable extends Companion[sttp.model.StatusCode.ServiceUnavailable.type, ServiceUnavailable] with Serializable
- object Unauthorized extends Companion[sttp.model.StatusCode.Unauthorized.type, Unauthorized] with Serializable