Class RestException

    • Field Detail

      • httpStatusCode

        protected Integer httpStatusCode
    • Method Detail

      • getHttpStatusCode

        public Integer getHttpStatusCode()
        Returns:
        the http status code from the Engine's REST API.
      • setHttpStatusCode

        public void setHttpStatusCode​(Integer httpStatusCode)
      • getType

        public String getType()
        Returns:
        the exception type from the Engine's REST API.
      • setType

        public void setType​(String type)
      • getCode

        public Integer getCode()
        Returns:
        the exception error code from the Engine's REST API.
      • setCode

        public void setCode​(Integer code)