-
Notifications
You must be signed in to change notification settings - Fork 2
Visor Exception Codes
Leandro Rowies edited this page Jan 17, 2023
·
11 revisions
These codes represent the different possible errors reported by the web service during execution of the requests.
##Error Codes
VisorExceptionCodes
Code | Value | Description |
---|---|---|
SUCCESS | 0x0000 | Success |
UNKNOWN | 0x0001 | An unknown error happened. |
READ_ONLY | 0x0002 | Read-only property. |
ITEMGROUP_ID_IS_NULL | 0x0100 | The item group identifier cannot be NULL. |
ITEMGROUP_ID_IS_EMPTY | 0x0101 | The item group identifier cannot be empty. |
ITEMGROUP_ID_IS_TOO_LONG | 0x0102 | The item group identifier cannot be more than 50 characters long. |
ITEMGROUP_ID_IS_NOT_UPPERCASE | 0x0103 | The item group identifier must be upper case. |
ITEMGROUP_DESCRIPTION_IS_NULL | 0x0104 | The item group description cannot be NULL. |
ITEMGROUP_DESCRIPTION_IS_TOO_LONG | 0x0105 | The item group description cannot be more than 50 characters long. |
ITEMGROUP_ID_DOES_NOT_EXIST | 0x0106 | The specified item group identifier does not exist. Please create it first before attempting to use it. |
ITEMSUBGROUP_ID_IS_NULL | 0x0200 | The item sub-group identifier cannot be NULL. |
ITEMSUBGROUP_ID_IS_EMPTY | 0x0201 | The item sub-group identifier cannot be empty. |
ITEMSUBGROUP_ID_IS_TOO_LONG | 0x0202 | The item sub-group identifier cannot be more than 50 characters long. |
ITEMSUBGROUP_ID_IS_NOT_UPPERCASE | 0x0203 | The item sub-group identifier must be upper case. |
ITEMSUBGROUP_DESCRIPTION_IS_NULL | 0x0204 | The item sub-group description cannot be NULL. |
ITEMSUBGROUP_DESCRIPTION_IS_TOO_LONG | 0x0205 | The item sub-group description cannot be more than 50 characters long. |
ITEMSUBGROUP_ID_DOES_NOT_EXIST | 0x0206 | The specified item sub-group identifier does not exist. Please create it first before attempting to use it. |
LOCATION_ID_IS_NULL | 0x0300 | The location identifier cannot be NULL. |
LOCATION_ID_IS_EMPTY | 0x0301 | The location identifier cannot be empty. |
LOCATION_ID_IS_TOO_LONG | 0x0302 | The location identifier cannot be more than 50 characters long. |
LOCATION_ID_IS_NOT_UPPERCASE | 0x0303 | The location identifier must be upper case. |
LOCATION_DESCRIPTION_IS_NULL | 0x0304 | The location description cannot be NULL. |
LOCATION_DESCRIPTION_IS_TOO_LONG | 0x0305 | The location description cannot be more than 50 characters long. |
LOCATION_ID_DOES_NOT_EXIST | 0x0306 | The specified location identifier does not exist. Please create it first before attempting to use it. |
SUBLOCATION_ID_IS_NULL | 0x0400 | The sub-location identifier cannot be NULL. |
SUBLOCATION_ID_IS_EMPTY | 0x0401 | The sub-location identifier cannot be empty. |
SUBLOCATION_ID_IS_TOO_LONG | 0x0402 | The sub-location identifier cannot be more than 50 characters long. |
SUBLOCATION_ID_IS_NOT_UPPERCASE | 0x0403 | The sub-location identifier must be upper case. |
SUBLOCATION_ID_DOES_NOT_EXIST | 0x0405 | The specified sub-location identifier does not exist. Please create it first before attempting to use it. |
ITEMTYPE_ID_IS_NULL | 0x0500 | The item type identifier cannot be NULL. |
ITEMTYPE_ID_IS_EMPTY | 0x0501 | The item type identifier cannot be empty. |
ITEMTYPE_ID_IS_TOO_LONG | 0x0502 | The item type identifier cannot be more than 50 characters long. |
ITEMTYPE_ID_IS_NOT_UPPERCASE | 0x0503 | The item type identifier must be upper case. |
ITEMTYPE_DESCRIPTION_IS_NULL | 0x0504 | The item type description cannot be NULL. |
ITEMTYPE_DESCRIPTION_IS_TOO_LONG | 0x0505 | The item type description cannot be more than 50 characters long. |
ITEMTYPE_ID_DOES_NOT_EXIST | 0x0506 | The specified item type identifier does not exist. Please create it first before attempting to use it. |
STOCKITEM_ID_IS_NULL | 0x0600 | The stock item identifier cannot be NULL. |
STOCKITEM_ID_IS_EMPTY | 0x0601 | The stock item identifier cannot be empty. |
STOCKITEM_ID_IS_TOO_LONG | 0x0602 | The stock item identifier cannot be more than 50 characters long. |
STOCKITEM_ID_IS_NOT_UPPERCASE | 0x0603 | The stock item identifier must be upper case. |
STOCKITEM_DESCRIPTION_IS_NULL | 0x0604 | The stock item description cannot be NULL. |
STOCKITEM_DESCRIPTION_IS_TOO_LONG | 0x0605 | The stock item description cannot be more than 50 characters long. |
STOCKITEM_MARGIN_IS_NEGATIVE | 0x0606 | The stock item margin cannot be less than 0%. |
STOCKITEM_URN_IS_NULL | 0x0607 | The stock item Universal Resource Number cannot be NULL. |
STOCKITEM_URN_IS_EMPTY | 0x0608 | The stock item Universal Resource Number cannot be empty. |
STOCKITEM_URN_IS_TOO_LONG | 0x0609 | The stock item Universal Resource Number cannot be more than 50 characters long. |
STOCKITEM_PRICE_IS_NEGATIVE | 0x060A | The stock item price cannot be negative. |
STOCKITEM_ID_DOES_NOT_EXIST | 0x060B | The specified stock item identifier does not exist. Please create it before attempting to use it. |
LOCATION_ID_IS_NULL | 0x0300 | The location identifier cannot be NULL. |
LOCATION_ID_IS_EMPTY | 0x0301 | The location identifier cannot be empty. |
LOCATION_ID_IS_TOO_LONG | 0x0302 | The location identifier cannot be more than 50 characters long. |
LOCATION_ID_IS_NOT_UPPERCASE | 0x0303 | The location identifier must be upper case. |
LOCATION_DESCRIPTION_IS_NULL | 0x0304 | The location description cannot be NULL. |
LOCATION_DESCRIPTION_IS_TOO_LONG | 0x0305 | The location description cannot be more than 50 characters long. |
LOCATION_ID_DOES_NOT_EXIST | 0x0306 | The specified location identifier does not exist. Please create it first before attempting to use it. |
SUBLOCATION_ID_IS_NULL | 0x0400 | The sub-location identifier cannot be NULL. |
SUBLOCATION_ID_IS_EMPTY | 0x0401 | The sub-location identifier cannot be empty. |
SUBLOCATION_ID_IS_TOO_LONG | 0x0402 | The sub-location identifier cannot be more than 50 characters long. |
SUBLOCATION_ID_IS_NOT_UPPERCASE | 0x0403 | The sub-location identifier must be upper case. |
SUBLOCATION_ID_DOES_NOT_EXIST | 0x0405 | The specified sub-location identifier does not exist. Please create it first before attempting to use it. |
ITEMTYPE_ID_IS_NULL | 0x0500 | The item type identifier cannot be NULL. |
ITEMTYPE_ID_IS_EMPTY | 0x0501 | The item type identifier cannot be empty. |
ITEMTYPE_ID_IS_TOO_LONG | 0x0502 | The item type identifier cannot be more than 50 characters long. |
ITEMTYPE_ID_IS_NOT_UPPERCASE | 0x0503 | The item type identifier must be upper case. |
ITEMTYPE_DESCRIPTION_IS_NULL | 0x0504 | The item type description cannot be NULL. |
ITEMTYPE_DESCRIPTION_IS_TOO_LONG | 0x0505 | The item type description cannot be more than 50 characters long. |
ITEMTYPE_ID_DOES_NOT_EXIST | 0x0506 | The specified item type identifier does not exist. Please create it first before attempting to use it. |
STOCKITEM_ID_IS_NULL | 0x0600 | The stock item identifier cannot be NULL. |
STOCKITEM_ID_IS_EMPTY | 0x0601 | The stock item identifier cannot be empty. |
STOCKITEM_ID_IS_TOO_LONG | 0x0602 | The stock item identifier cannot be more than 50 characters long. |
STOCKITEM_ID_IS_NOT_UPPERCASE | 0x0603 | The stock item identifier must be upper case. |
STOCKITEM_DESCRIPTION_IS_NULL | 0x0604 | The stock item description cannot be NULL. |
STOCKITEM_DESCRIPTION_IS_TOO_LONG | 0x0605 | The stock item description cannot be more than 50 characters long. |
STOCKITEM_MARGIN_IS_NEGATIVE | 0x0606 | The stock item margin cannot be less than 0%. |
STOCKITEM_URN_IS_NULL | 0x0607 | The stock item Universal Resource Number cannot be NULL. |
STOCKITEM_URN_IS_EMPTY | 0x0608 | The stock item Universal Resource Number cannot be empty. |
STOCKITEM_URN_IS_TOO_LONG | 0x0609 | The stock item Universal Resource Number cannot be more than 50 characters long. |
STOCKITEM_PRICE_IS_NEGATIVE | 0x060A | The stock item price cannot be negative. |
STOCKITEM_ID_DOES_NOT_EXIST | 0x060B | The specified stock item identifier does not exist. Please create it before attempting to use it. |
GLACCOUNT_CODE_IS_NULL | 0x0800 | The GL Account code cannot be NULL. |
GLACCOUNT_CODE_IS_EMPTY | 0x0801 | The GL Account code cannot be empty. |
GLACCOUNT_CODE_IS_TOO_LONG | 0x0802 | The GL Account code cannot be more than 50 characters long. |
GLACCOUNT_CODE_IS_NOT_UPPERCASE | 0x0803 | The GL Account code must be upper case. |
GLACCOUNT_NAME_IS_NULL | 0x0804 | The GL Account name cannot be NULL. |
GLACCOUNT_NAME_IS_TOO_LONG | 0x0805 | The GL Account name are more than 50 characters long. |
GLACCOUNT_NOTES_IS_TOO_LONG | 0x0806 | The GL Account notes are more than 250 characters long. |
GLACCOUNT_STOCK_CODE_DOES_NOT_EXIST | 0x0807 | The specified stock GL account code does not exist or is not a Posting account. Please create it first before attempting to use it. |
GLACCOUNT_JOURNAL_CODE_DOES_NOT_EXIST | 0x0808 | The specified journal GL account code does not exist or is not a Posting account. Please create it first before attempting to use it. |
GLACCOUNT_TYPE_CANNOT_BE_TYPE_CONTROL | 0x080D | The specified GL account is not a posting account. |
GLGROUP_ID_IS_NULL | 0x0900 | The GL group ID cannot be NULL. |
GLGROUP_ID_IS_EMPTY | 0x0901 | The GL group ID cannot be empty. |
GLGROUP_ID_IS_TOO_LONG | 0x0902 | The GL group ID cannot be more than 50 characters long. |
GLGROUP_ID_IS_NOT_UPPERCASE | 0x0903 | The GL group ID must be upper case. |
CURRENCY_CODE_IS_NULL | 0x0A00 | The currency code cannot be NULL. |
CURRENCY_CODE_IS_EMPTY | 0x0A01 | The currency code cannot be empty. |
CURRENCY_CODE_IS_TOO_LONG | 0x0A02 | The currency code cannot be more than 50 characters long. |
CURRENCY_CODE_IS_NOT_UPPERCASE | 0x0A03 | The currency code must be upper case. |
CURRENCY_CODE_DOES_NOT_EXIST | 0x0A04 | The specified currency code does not exist. Please create it before attempting to use it. |
GLCATEGORY_ID_IS_NULL | 0x0B00 | The GL category identifier cannot be NULL. |
GLCATEGORY_ID_IS_EMPTY | 0x0B01 | The GL category identifier cannot be empty. |
GLCATEGORY_ID_IS_TOO_LONG | 0x0B02 | The GL category identifier cannot be more than 50 characters long. |
GLCATEGORY_ID_IS_NOT_UPPERCASE | 0x0B03 | The GL category identifier must be upper case. |
GLCATEGORY_DESCRIPTION_IS_NULL | 0x0B04 | The GL category description cannot be NULL. |
GLCATEGORY_DESCRIPTION_IS_TOO_LONG | 0x0B05 | The GL category description be more than 50 characters long. |
GLSUBCATEGORY_ID_IS_NULL | 0x0C00 | The GL sub-category identifier cannot be NULL. |
GLSUBCATEGORY_ID_IS_EMPTY | 0x0C01 | The GL sub-category identifier cannot be empty. |
GLSUBCATEGORY_ID_IS_TOO_LONG | 0x0C02 | The GL sub-category identifier cannot be more than 50 characters long. |
GLSUBCATEGORY_ID_IS_NOT_UPPERCASE | 0x0C03 | The GL sub-category identifier must be upper case. |
GLSUBCATEGORY_DESCRIPTION_IS_NULL | 0x0C04 | The GL sub-category description cannot be NULL. |
GLSUBCATEGORY_DESCRIPTION_IS_TOO_LONG | 0x0C05 | The GL sub-category description be more than 50 characters long. |
DEPARTMENT_ID_IS_NULL | 0x0D00 | The department identifier cannot be NULL. |
DEPARTMENT_ID_IS_EMPTY | 0x0D01 | The department identifier cannot be empty. |
DEPARTMENT_ID_IS_TOO_LONG | 0x0D02 | The department identifier cannot be more than 500 characters long. |
DEPARTMENT_ID_IS_NOT_UPPERCASE | 0x0D03 | The department identifier must be upper case. |
DEPARTMENT_DESCRIPTION_IS_NULL | 0x0D04 | The department description cannot be NULL. |
DEPARTMENT_ID_DOES_NOT_EXIST | 0x0D05 | The specified department identifier does not exist. Please create it first before attempting to use it. |
ORDERED_QUANTITY_IS_NEGATIVE | 0x0E00 | Error while setting the quantity: it cannot be negative. |
ORDERED_QUANTITY_IS_LESS_THAN_DELIVERED_QUANTITY | 0x0E01 | The ordered quantity cannot be reduced to less than the delivered quantity. |
NOTES_IS_TOO_LONG | 0x0E03 | The notes information is too long. Cannot be more than 250 characters. |
GROSS_AMOUNT_IS_NEGATIVE | 0x0E04 | The Gross amount cannot be negative. |
GROSS_AMOUNT_CANNOT_RECALCULATE_ORDERED_QUANTITY_IS_ZERO | 0x0E05 | The Gross amount cannot be recalculated as the ordered quantity is 0. |
ORDER_ID_DOES_NOT_EXIST | 0x0F00 | The specified Order ID does not exist. Please create it before attempting to use it. |
ORDER_NUMBER_IS_NULL | 0x0F01 | The order number cannot be NULL. |
ORDER_NUMBER_IS_EMPTY | 0x0F02 | The order number cannot be EMPTY. |
ORDER_NUMBER_IS_TOO_LONG | 0x0F03 | The order number cannot be more than 50 characters long. |
ORDER_EXTERNAL_REFERENCE_IS_NULL | 0x0F04 | The order external reference cannot be NULL. |
ORDER_EXTERNAL_REFERENCE_IS_EMPTY | 0x0F05 | The order external reference cannot be EMPTY. |
ORDER_EXTERNAL_REFERENCE_IS_TOO_LONG | 0x0F06 | The order external reference cannot be more than 50 characters long. |
ORDER_NUMBER_CANNOT_BE_CHANGED_ONCE_PROCESSED | 0x0F07 | The order number cannot be changed after creation. |
ORDER_LINE_ID_DOES_NOT_EXIST | 0x0F08 | The specified order line does not exist. Please create it before attempting to use it. |
ORDER_NOTES_IS_TOO_LONG | 0x0F09 | The order external reference cannot be more than 50 characters long. |
QUOTELINE_ID_DOES_NOT_EXIST | 0x1000 | The specified quote line identifier does not exist. Please create it before attempting to use it. |
AREA_ID_IS_NULL | 0x1100 | The area identifier cannot be NULL. |
AREA_ID_IS_EMPTY | 0x1101 | The area identifier cannot be empty. |
AREA_ID_IS_TOO_LONG | 0x1102 | The area identifier cannot be more than 10 characters long. |
AREA_ID_IS_NOT_UPPERCASE | 0x1103 | The area identifier must be upper case. |
AREA_ID_DOES_NOT_EXIST | 0x1104 | The specified area identifier does not exist. Please create it before attempting to use it. |
PAYMENT_METHOD_ID_IS_NULL | 0x1200 | The payment method identifier cannot be NULL. |
PAYMENT_METHOD_ID_IS_EMPTY | 0x1201 | The payment method identifier cannot be empty. |
PAYMENT_METHOD_ID_IS_EMPTY | 0x1201 | The payment method identifier cannot be empty. |
PAYMENT_METHOD_ID_IS_TOO_LONG | 0x1202 | The payment method identifier cannot be more than 50 characters long. |
PAYMENT_METHOD_ID_IS_NOT_UPPERCASE | 0x1203 | The payment method identifier must be upper case. |
PAYMENT_METHOD_ID_DOES_NOT_EXIST | 0x1204 | The specified payment method identifier does not exist. Please create it before attempting to use it. |
SHIP_VIA_ID_IS_NULL | 0x1300 | The ship via identifier cannot be NULL. |
SHIP_VIA_ID_IS_EMPTY | 0x1301 | The ship via identifier cannot be empty. |
SHIP_VIA_ID_IS_TOO_LONG | 0x1302 | The ship via identifier cannot be more than 50 characters long. |
SHIP_VIA_ID_IS_NOT_UPPERCASE | 0x1303 | The ship via identifier must be upper case. |
ACCOUNT_NAME_IS_NULL | 0x1400 | The account name cannot be NULL. |
ACCOUNT_NAME_IS_EMPTY | 0x1401 | The account name cannot be empty. |
ACCOUNT_NAME_IS_TOO_LONG | 0x1402 | The account name cannot be more than 50 characters long. |
ACCOUNT_ADDRESS_IS_TOO_LONG | 0x1403 | The account address cannot be more than 50 characters long. |
ACCOUNT_PHONE_IS_TOO_LONG | 0x1404 | The account phone number cannot be more than 50 characters long. |
ACCOUNT_ID_IS_NEGATIVE_OR_ZERO | 0x1405 | The account identifier cannot be negative or 0. |
ACCOUNT_ID_DOES_NOT_EXIST | 0x1406 | The account identifier does not exist. Please create it before attempting to use it. |
DELIVERY_REFERENCE_IS_NULL | 0x1500 | The delivery reference cannot be NULL. |
DELIVERY_REFERENCE_IS_EMPTY | 0x1501 | The delivery reference cannot be empty. |
DELIVERY_REFERENCE_IS_TOO_LONG | 0x1502 | The delivery reference cannot be more than 50 characters long. |
DELIVERY_QUANTITY_IS_NEGATIVE_OR_ZERO | 0x1503 | The delivery quantity cannot be negative or 0. |
DELIVERY_QUANTITY_CANNOT_BE_GREATER_THAN_OUTSTANDING_QUANTITY | 0x1504 | The delivery quantity cannot be greater than the order line outstanding quantity. |
INVOICED_QUANTITY_IS_NEGATIVE | 0x1600 | Error while setting the quantity: it cannot be negative. |
INVOICED_QUANTITY_IS_LESS_THAN_DELIVERED_QUANTITY | 0x1601 | The invoiced quantity cannot be reduced to less than the delivered quantity. |
GROSS_AMOUNT_CANNOT_RECALCULATE_INVOICED_QUANTITY_IS_ZERO | 0x1602 | Cannot recalculate the gross amount, the invoice quantity is zero. |
INVOICE_NUMBER_IS_NULL | 0x1700 | The invoice number cannot be NULL. |
INVOICE_NUMBER_IS_EMPTY | 0x1701 | The invoice number cannot be empty. |
INVOICE_NUMBER_IS_TOO_LONG | 0x1702 | The invoice number cannot be more than 50 characters. |
INVOICE_EXTERNAL_REFERENCE_IS_NULL | 0x1703 | The invoice external reference cannot be NULL. |
INVOICE_EXTERNAL_REFERENCE_IS_EMPTY | 0x1704 | The invoice external reference cannot be empty. |
INVOICE_EXTERNAL_REFERENCE_IS_TOO_LONG | 0x1705 | The invoice external reference cannot be more than 50 characters. |
INVOICE_NOTES_IS_TOO_LONG | 0x1706 | The invoice notes cannot be more than 250 characters. |
INVOICE_ID_DOES_NOT_EXIST | 0x1707 | The specified invoice identifier does not exist. Please create it before attempting to use it. |
INVOICE_NUMBER_CANNOT_BE_CHANGED_ONCE_PROCESSED | 0x1708 | The invoice number can only be specified at creation time. |
TRANSACTION_ALLOCATION_REFERENCE_IS_NULL | 0x1800 | The allocation reference cannot be NULL. |
TRANSACTION_ALLOCATION_AMOUNT_CANNOT_BE_NEGATIVE_OR_ZERO | 0x1801 | The allocation amount cannot be negative or 0. |
TRANSACTION_IS_NOT_ALLOCATABLE | 0x1802 | Only sales/purchases invoice/note, journals or payment/receipt can be allocated. One/both transactions does not support allocation. |
TRANSACTION_CANNOT_ALLOCATE_FULLY_ALLOCATED_TRANSACTION | 0x1803 | Cannot allocate fully allocated transaction(s.) |
TRANSACTION_CANNOT_ALLOCATE_MORE_THAN_OUTSTANSING_AMOUNT | 0x1804 | Cannot allocate more than is outstanding. |
TRANSACTION_CANNOT_BE_ALLOCATED_INCOMPATIBLE_TYPES | 0x1805 | Cannot allocate the two types of transaction together. |
TRANSACTION_CANNOT_ALLOCATE_CROSS_ACCOUNT | 0x1806 | Cannot allocate two transactions from two different accounts. |
SALES_BATCH_INVOICE_ERROR_WHILE_CREATING_TRANSACTION_LINES | 0x2000 | Error while creating the transaction journal line entries. |
INVALID_STATE_ENTITY_OR_STOCKITEM_IS_NULL | 0x10000 | Error: the given entity or stock item is null. |
INVALID_STATE_FAILED_TO_CREATE_STOCKITEM | 0x10001 | Error: an unknown error happened while trying to save a stock item. |
INVALID_STATE_ENTITY_OR_LOCATION_IS_NULL | 0x10002 | Error: the given entity or location is null. |
INVALID_STATE_FAILED_TO_CREATE_LOCATION | 0x10003 | Error: an unknown error happened while trying to save a location. |
INVALID_STATE_ENTITY_OR_SUBLOCATION_IS_NULL | 0x10004 | Error: the given entity or sub-location is null. |
INVALID_STATE_FAILED_TO_CREATE_SUBLOCATION | 0x10005 | Error: an unknown error happened while trying to save a sub-location. |
INVALID_STATE_ENTITY_OR_ITEMTYPE_IS_NULL | 0x10006 | Error: the given entity or item type is null. |
INVALID_STATE_FAILED_TO_CREATE_ITEMTYPE | 0x10007 | Error: an unknown error happened while trying to save an item type. |
INVALID_STATE_ENTITY_OR_ITEMGROUP_IS_NULL | 0x10008 | Error: the given entity or item group is null. |
INVALID_STATE_FAILED_TO_CREATE_ITEMGROUP | 0x10009 | Error: an unknown error happened while trying to save an item group. |
INVALID_STATE_ENTITY_OR_ITEMSUBGROUP_IS_NULL | 0x1000A | Error: the given entity or item sub-group is null. |
INVALID_STATE_FAILED_TO_CREATE_ITEMSUBGROUP | 0x1000B | Error: an unknown error happened while trying to save an item sub-group. |
INVALID_STATE_ENTITY_OR_ORDERLINE_IS_NULL | 0x1000C | Error: the given entity or order line is null. |
INVALID_STATE_FAILED_TO_CREATE_ORDERLINE | 0x1000D | Error: an unknown error happened while trying to save a sales order line. |
INVALID_STATE_ENTITY_OR_ORDER_IS_NULL | 0x1000E | Error: the given entity or order is null. |
INVALID_STATE_FAILED_TO_CREATE_ORDER | 0x1000F | Error: an unknown error happened while trying to save an order. |
INVALID_STATE_FAILED_TO_DELETE_ORDERLINE | 0x10010 | Error: an unknown error happened while trying to delete an order line. |
INVALID_STATE_FAILED_TO_UPDATE_ORDERLINE | 0x10011 | Error: an unknown error happened while trying to update an order line. |
INVALID_STATE_FAILED_TO_LOAD_ORDERLINE | 0x10012 | Error: an unknown error happened while trying to load an order line. |
INVALID_STATE_ENTITY_OR_DELIVERY_LINE_IS_NULL | 0x10013 | Error: the given entity or delivery line is null. |
INVALID_STATE_FAILED_TO_DELIVER_LINE | 0x10014 | Error: an unknown error happened while trying to deliver an order line. |
INVALID_STATE_ENTITY_OR_INVOICELINE_IS_NULL | 0x10015 | Error: the given entity or invoice line is null. |
INVALID_STATE_FAILED_TO_LOAD_INVOICELINE | 0x10016 | Error: an unknown error happened while trying to load invoice line. |
INVALID_STATE_FAILED_TO_DELETE_INVOICELINE | 0x10017 | Error: an unknown error happened while trying to delete an invoice line. |
INVALID_STATE_FAILED_TO_UPDATE_INVOICELINE | 0x10018 | Error: an unknown error happened while trying to update an invoice line. |
INVALID_STATE_FAILED_TO_CREATE_INVOICE | 0x10019 | Error: an unknown error happened while trying to create an invoice. |
INVALID_STATE_ENTITY_OR_INVOICE_IS_NULL | 0x1001A | Error: the specified entity or invoice is null. |
INVALID_STATE_FAILED_TO_POST_INVOICE | 0x1001B | Error: an unknown error happened while trying to post an invoice. |
INVALID_STATE_ENTITY_OR_TRANSACTION_IS_NULL | 0x1001C | Error: either the specified entity or transaction is null. |
INVALID_STATE_FAILED_TO_PERFORM_ALLOCATION | 0x1001D | Error: an unknown error happened while trying to perform an allocation. |
DISCOUNT_RATE_IS_NEGATIVE | 0x20000 | The discount rate cannot be negative. |
DISCOUNT_RATE_IS_100_PERCENT_OR_MORE | 0x20001 | The discount rate cannot be greater than or equal to 100% (i.e. cannot be >= 1). |
EXCHANGE_RATE_IS_NEGATIVE_OR_ZERO | 0x20002 | The exchange rate cannot be negative or zero. |
WS_INVALIDTOKEN | 0x30000 | Error: invalid or expired token. |