Class VantiqError

java.lang.Object
io.vantiq.client.VantiqError

public class VantiqError extends Object
This class represents an error during a REST call to a Vantiq server.
  • Constructor Details

  • Method Details

    • getCode

      public String getCode()
      The unique code that identifies the error.
      Returns:
      The error code
    • getMessage

      public String getMessage()
      The human-readable string describing the error.
      Returns:
      The error message
    • getParams

      public List getParams()
      The parameters associated with the error.
      Returns:
      parameters associated with the error
    • toString

      public String toString()
      Overrides:
      toString in class Object