Class BadRequestErrorResponse
java.lang.Object
net.avalara.avatax.rest.client.models.BadRequestErrorResponse
This is used to map the error details in response
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()
Getter for code Status code in the responseGetter for message Error message in the responsevoid
Setter for code Status code in the responsevoid
setMessage
(String value) Setter for message Error message in the responsetoString()
Returns a JSON string representation of BadRequestErrorResponse
-
Constructor Details
-
BadRequestErrorResponse
public BadRequestErrorResponse()
-
-
Method Details
-
getCode
Getter for code Status code in the response -
setCode
Setter for code Status code in the response -
getMessage
Getter for message Error message in the response -
setMessage
Setter for message Error message in the response -
toString
Returns a JSON string representation of BadRequestErrorResponse
-