Verdict4sError

com.softinio.verdict4s.Verdict4sError
See theVerdict4sError companion object
sealed abstract class Verdict4sError(message: String, cause: Option[Throwable] = ...) extends Exception

Failures a verdict4s call can produce.

Lives in the effect-free core so that callers can pattern match on it without taking a dependency on cats-effect or http4s.

Attributes

Companion
object
Graph
Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes
class Api
class Decoding
class Invalid
class Transport
class Validation

Members list

Value members

Inherited methods

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable
final def getSuppressed(): Array[Throwable]

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable
def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Inherited from:
Throwable