Class InternalException

All Implemented Interfaces:
Serializable

public class InternalException extends AuthException
An exception which is thrown when Cedar encounters an internal error when processing a request.
See Also:
  • Constructor Details

    • InternalException

      public InternalException(String[] errors)
      Internal exception from Rust library.
      Parameters:
      errors - List of Errors.
  • Method Details

    • getErrors

      public List<String> getErrors()
      Get errors.
      Returns:
      the error messages returned by Cedar