Failure
Represents a failure. Failures are similar to exceptions but carry less information (only a message, a description and a cause) so they can be used in a wider scope than just the JVM where the exception failed.
Since
2.4
Inheritors
Functions
Link copied to clipboard
Returns a long description of the failure.
Link copied to clipboard
Returns a short message (typically one line) for the failure.
Link copied to clipboard
Returns a long description of this failure node, excluding the descriptions of its causes.
Link copied to clipboard
Returns the problems associated with this failure.