Partner Developer Portal

Error Codes Place Order V1

List of Error Codes from different layers

List of Error Codes from Service Layer (RUBY)

Error Code
Description
UAN-GEN-00203Invalid CSN. CSN is not associated with partner/developer app
UAN-GEN-00208Unauthorized Your application does not have authorization for selected resource
UAN-GEN-00241Invalid Access Token Need to call Authorize resource to generate access token
UAN-GEN-00108Part Number not found

List of Error Codes from APIGEE

Error Code
Description
4105When Token is not correct or App does not have permission for that service
4300When CSN number does not match / CSN Wrong
4301When timestamp or signature does not match
4302When Token is expired

List of Error Codes Proxy Layer

HTTP Status Code
Autodesk Error Code
Internal Message
200 - OK
201 - Created
304 - Not Modified
400 - Bad RequestError: 4000Incorrect or malformed request
401 - UnauthorizedError: 4100No CSN was passed in the request
401 - UnauthorizedError: 4101No HMAC Signature passsed in the request
401 - UnauthorizedError: 4102No HMAC Client ID passed in the request
401 - UnauthorizedError: 4103No HMAC Timestamp Passed in the request
401 - UnauthorizedError: 4104No Autorizathion passed in the request
401 - UnauthorizedError: 4105Invalid token
401 - UnauthorizedError: 4106Something went wrong generating the token
403 - ForbiddenError: 4301HMAC signature was passed, but not a correct one
403 - ForbiddenError: 4302HMAC timestamp was passed, but not a correct one
403 - ForbiddenError 4300CSN was passed, but not a correct one