Class ErrorResponse


  • public final class ErrorResponse
    extends Object
    Error information from the API.
    • Constructor Detail

      • ErrorResponse

        public ErrorResponse​(String detail,
                             int status)
      • ErrorResponse

        public ErrorResponse()
    • Method Detail

      • getDetail

        public String getDetail()
        Detail relevant to the error.
      • getStatus

        public int getStatus()
        HTTP error code.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object