Class Task.VerifyError

java.lang.Object
de.espirit.firstspirit.access.Task.VerifyError
Enclosing interface:
Task

public static class Task.VerifyError extends Object
This class holds the error code and a localized error message of verify errors.
Since:
4.2.400
  • Constructor Details

    • VerifyError

      public VerifyError()
  • Method Details

    • getErrorCode

      @NotNull public @NotNull Task.ErrorCode getErrorCode()
      Returns the error code.
      Since:
      4.2.400
    • getLocalizedMessage

      public String getLocalizedMessage()
      Returns a localized message describing the error.
      Since:
      4.2.400