Interface Error
public interface Error
Contains information about an error that occurred.
- Since:
 - 2.4.0
 - Author:
 - James Kleeh
 
- 
Method Summary
 
- 
Method Details
- 
getPath
- Returns:
 - The optional error path
 
 - 
getMessage
String getMessage()- Returns:
 - The error message
 
 - 
getTitle
- Returns:
 - An optional short description for the error
 
 
 -