RangeCompareError
Example
{
	"code": "RangeCompareError",
	"target": "Unknown",
	"details": [
		{
			"code": "RangeCompareError",
			"number": 7,
			"message": "Field -0- is out of bounds.",
			"description": "-0- is expected to be -1- -2-.",
			"faultCode": "Client",
			"helpLink": "http://developer.avalara.com/avatax/errors/RangeCompareError",
			"severity": "Error"
		}
	]
}
Explanation

AvaTax requires that the field obeys certain bounds rules. In this case, you attempted to create or update an object with a value that was out of the permissible bounds. Review your object data and correct the values.