Class ApiErrorBody


  • public class ApiErrorBody
    extends Object
    The union of all JSON error responses from the Databricks APIs, not including HTML responses.

    This is a direct translation of the APIErrorBody struct from the Go SDK.

    Unknown properties in the response should be ignored.

    • Constructor Detail

      • ApiErrorBody

        public ApiErrorBody()
    • Method Detail

      • getErrorCode

        public String getErrorCode()
      • setErrorCode

        public void setErrorCode​(String errorCode)
      • getMessage

        public String getMessage()
      • setMessage

        public void setMessage​(String message)
      • getScimDetail

        public String getScimDetail()
      • setScimDetail

        public void setScimDetail​(String scimDetail)
      • getScimStatus

        public String getScimStatus()
      • setScimStatus

        public void setScimStatus​(String scimStatus)
      • getScimType

        public String getScimType()
      • setScimType

        public void setScimType​(String scimType)
      • getApi12Error

        public String getApi12Error()
      • setApi12Error

        public void setApi12Error​(String api12Error)