LineDoesNotExist
Example
{
	"code": "LineDoesNotExist",
	"target": "Unknown",
	"details": [
		{
			"code": "LineDoesNotExist",
			"number": 1102,
			"message": "The line you want to modify doesn't exist.",
			"description": "Line -0- does not exist.",
			"faultCode": "Client",
			"helpLink": "http://developer.avalara.com/avatax/errors/LineDoesNotExist",
			"severity": "Error"
		}
	]
}
Explanation

When calling the DeleteLines API, you must specify the lines that you want to delete. If you specify a line number that cannot be found, you will receive this error message.