public interface Error
Contains information about an error that occurred.
Since:
2.4.0
Author:
James Kleeh
  • Method Details

    • getPath

      default Optional<String> getPath()
      Returns:
      The optional error path
    • getMessage

      String getMessage()
      Returns:
      The error message
    • getTitle

      default Optional<String> getTitle()
      Returns:
      An optional short description for the error