Class ErrorResult
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.ErrorResult
-
public class ErrorResult extends java.lang.ObjectHelper function for throwing known error response
-
-
Constructor Summary
Constructors Constructor Description ErrorResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ErrorInfogetError()Getter for error Information about the error(s)voidsetError(ErrorInfo value)Setter for error Information about the error(s)java.lang.StringtoString()Returns a JSON string representation of ErrorResult
-
-
-
Method Detail
-
getError
public ErrorInfo getError()
Getter for error Information about the error(s)
-
setError
public void setError(ErrorInfo value)
Setter for error Information about the error(s)
-
toString
public java.lang.String toString()
Returns a JSON string representation of ErrorResult- Overrides:
toStringin classjava.lang.Object
-
-