Difference between revisions of "OdataLink OData feed error codes"

From OdataLink
Jump to navigation Jump to search
Line 60: Line 60:
[[OdataLink Error Code 1002: $Select not supported in query]]<br />
[[OdataLink Error Code 1002: $Select not supported in query]]<br />
[[OdataLink Error Code 1003: $Expand not supported in query]]<br />
[[OdataLink Error Code 1003: $Expand not supported in query]]<br />
[[OdataLink Error Code 1003: $Filter not supported in query for this endpoint]]<br />
[[OdataLink Error Code 1004: $Filter not supported in query for this endpoint]]<br />
[[OdataLink Error Code 1003: $OrderBy not supported in query for this endpoint]]<br />
[[OdataLink Error Code 1005: $OrderBy not supported in query for this endpoint]]<br />
[[OdataLink Error Code 1999: Unknown parameter not supported in query]]<br />
[[OdataLink Error Code 1999: Unknown parameter not supported in query]]<br />
[[OdataLink Error Code 999999: Unknown error encountered]]<br />
[[OdataLink Error Code 999999: Unknown error encountered]]<br />

Revision as of 22:57, 6 June 2021

OdataLink logs all requested made for debugging and security purposes.

The following is the complete list of all error codes.


Accounts
OdataLink Error Code 2001: AccountCode not specified in URL
OdataLink Error Code 2002: Account does not exist
OdataLink Error Code 2003: Account is disabled
OdataLink Error Code 2004: Subscription has expired
OdataLink Error Code 2005: Too many data files license for the subscription
OdataLink Error Code 2901: Too many models for the Free Edition
OdataLink Error Code 2902: Too many data files for the Free Edition
OdataLink Error Code 2903: Too many users for the Free Edition
OdataLink Error Code 2904: The Free Edition is capped at 100,000 records of data per 30-day period
OdataLink Error Code 2905: The Free Edition is capped at 500 requests for data per 30-day period
OdataLink Error Code 2906: The Free Edition is capped at 10 active days of requests per 30-day period
OdataLink Error Code 2907: Too many active endpoints for the Free Edition
OdataLink Error Code 2908: The Free Edition cannot use any premium endpoints


Model
OdataLink Error Code 3001: ModelCode not specified in URL
OdataLink Error Code 3002: Model does not exist
OdataLink Error Code 3003: Model is disabled
OdataLink Error Code 3004: Model authentication does not match client


Data File
OdataLink Error Code 4001: DataFileCode not specified in URL
OdataLink Error Code 4002: Data file does not exist
OdataLink Error Code 4003: Data file is disabled
OdataLink Error Code 4004: Data file is not licensed
OdataLink Error Code 4005: Data file not allowed for the model


Endpoints
OdataLink Error Code 5002: Endpoint does not exist
OdataLink Error Code 5003: Endpoint not allowed for the model


IP Addresses
OdataLink Error Code 6001: IP Address not allowed for the model


Users
OdataLink Error Code 7001: User login does not exist
OdataLink Error Code 7002: User not allowed for the model


MYOB Specific
OdataLink Error Code 8001: MYOB denied access to the endpoint
OdataLink Error Code 8002: MYOB timed out while servicing the request
OdataLink Error Code 8003: MYOB encountered a runtime exception while servicing the request
OdataLink Error Code 8999: MYOB encountered an unknown error while servicing the request


Miscellaneous
OdataLink Error Code 1001: $Search not supported in query
OdataLink Error Code 1002: $Select not supported in query
OdataLink Error Code 1003: $Expand not supported in query
OdataLink Error Code 1004: $Filter not supported in query for this endpoint
OdataLink Error Code 1005: $OrderBy not supported in query for this endpoint
OdataLink Error Code 1999: Unknown parameter not supported in query
OdataLink Error Code 999999: Unknown error encountered


Related Topics

Troubleshooting Guides