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