com.softinio.verdict4s.algebra.ApiFailure
See theApiFailure companion object
A named classification of an unsuccessful HTTP status.
Matching on this is steadier than matching on raw status codes: the two statuses that callers most often want to treat alike — 429 and 529 — are numerically unrelated, and 5xx is a range rather than a value.
Attributes
Companion
object
Graph
Reset zoom Hide graph Show graph
Supertypes
trait Matchable
class Any
Show all
Members list
400 — the request was malformed.
400 — the request was malformed.
Attributes
403 — the key is valid but not permitted to do this.
403 — the key is valid but not permitted to do this.
Attributes
A status this library does not classify.
A status this library does not classify.
Attributes
529 — TypeSafe is temporarily overloaded. Retryable after a delay.
529 — TypeSafe is temporarily overloaded. Retryable after a delay.
Attributes
429 — rate limited. Retryable after a delay.
429 — rate limited. Retryable after a delay.
Attributes
401 — missing or invalid API key.
401 — missing or invalid API key.
Attributes
422 — the body failed server-side validation.
422 — the body failed server-side validation.
Attributes