Class Error


  • public class Error
    extends Object
    Error information from an API response.
    • Constructor Detail

      • Error

        public Error()
    • Method Detail

      • getDetails

        public ErrorDetails getDetails()
        Details about it.
      • getMessage

        public String getMessage()
        More precise information about the current error.
      • getCode

        public String getCode()
        A code to identify it.