public interface Failure
| Modifier and Type | Method | Description | 
|---|---|---|
| List<? extends Failure> | getCauses() | Returns the underlying causes for this failure, if any. | 
| String | getDescription() | Returns a long description of the failure. | 
| String | getMessage() | Returns a short message (typically one line) for the failure. | 
@Nullable String getMessage()
@Nullable String getDescription()