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
- Known subtypes
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
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
In this article