FieldNotOrderableError
Example
{
	"code": "FieldNotOrderableError",
	"target": "Unknown",
	"details": [
		{
			"code": "FieldNotOrderableError",
			"number": 1411,
			"message": "The field '-0-' in the query '-1-' is not orderable.",
			"description": "The field '-0-' in the query '-1-' is not orderable.",
			"faultCode": "Client",
			"helpLink": "http://developer.avalara.com/avatax/errors/FieldNotOrderableError",
			"severity": "Error"
		}
	]
}
Explanation

This indicates that the field you have tried to sort cannot be organized in the desired manner. Check the query you sent with your REST call. It is possible a field you’ve sent with your query is not eligible for ordering or sorting. For more information, check the documentation for your endpoint here or consult REST’s filtering documenation.