java.lang.Object
net.avalara.avatax.rest.client.models.ErrorResult
public class ErrorResult
extends java.lang.Object
Helper function for throwing known error response
-
-
Method Summary
Modifier and Type |
Method |
Description |
ErrorInfo |
getError() |
Getter for error
Information about the error(s)
|
void |
setError(ErrorInfo value) |
Setter for error
Information about the error(s)
|
java.lang.String |
toString() |
Returns a JSON string representation of ErrorResult
|
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
Method Details
-
Getter for error
Information about the error(s)
-
Setter for error
Information about the error(s)
-
public java.lang.String toString()
Returns a JSON string representation of ErrorResult
- Overrides:
toString
in class java.lang.Object