Package io.vantiq.client
Class VantiqError
java.lang.Object
io.vantiq.client.VantiqError
This class represents an error during a REST call to a Vantiq server.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
VantiqError
-
-
Method Details
-
getCode
The unique code that identifies the error.- Returns:
- The error code
-
getMessage
The human-readable string describing the error.- Returns:
- The error message
-
getParams
The parameters associated with the error.- Returns:
- parameters associated with the error
-
toString
-