Class IacApiError


  • @Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
               date="2021-01-26T11:29:52.304914+05:30[Asia/Kolkata]")
    public class IacApiError
    extends Object
    IacApiError
    • Constructor Detail

      • IacApiError

        public IacApiError()
    • Method Detail

      • getStatus

        public String getStatus()
        HTTP status code
        Returns:
        status
      • setStatus

        public void setStatus​(String status)
      • getCode

        public String getCode()
        Application-specific error code
        Returns:
        code
      • setCode

        public void setCode​(String code)
      • getDetail

        public String getDetail()
        Detailed description of the error
        Returns:
        detail
      • setDetail

        public void setDetail​(String detail)
      • getSource

        public String getSource()
        Indicates the part of the request document that caused the error
        Returns:
        source
      • setSource

        public void setSource​(String source)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object