Class ApiError

java.lang.Object
io.stargate.sdk.api.ApiError
All Implemented Interfaces:
Serializable

public class ApiError extends Object implements Serializable
Specialized error for Stargate.
See Also:
  • Constructor Details

    • ApiError

      public ApiError()
      Default constructor.
  • Method Details

    • getDescription

      public String getDescription()
      Getter accessor for attribute 'description'.
      Returns:
      current value of 'description'
    • setDescription

      public void setDescription(String description)
      Setter accessor for attribute 'description'.
      Parameters:
      description - new value for 'description '
    • getCode

      public int getCode()
      Getter accessor for attribute 'code'.
      Returns:
      current value of 'code'
    • setCode

      public void setCode(int code)
      Setter accessor for attribute 'code'.
      Parameters:
      code - new value for 'code '