List of Error Codes from different layers
List of Error Codes from Service Layer (RUBY)
UAN-GEN-00203 | Invalid CSN. CSN is not associated with partner/developer app |
UAN-GEN-00208 | Unauthorized Your application does not have authorization for selected resource |
UAN-GEN-00241 | Invalid Access Token Need to call Authorize resource to generate access token |
UAN-GEN-00108 | Part Number not found |
List of Error Codes from APIGEE
4105 | When Token is not correct or App does not have permission for that service |
4300 | When CSN number does not match / CSN Wrong |
4301 | When timestamp or signature does not match |
4302 | When Token is expired |
List of Error Codes Proxy Layer
200 - OK | ||
201 - Created | ||
304 - Not Modified | ||
400 - Bad Request | Error: 4000 | Incorrect or malformed request |
401 - Unauthorized | Error: 4100 | No CSN was passed in the request |
401 - Unauthorized | Error: 4101 | No HMAC Signature passsed in the request |
401 - Unauthorized | Error: 4102 | No HMAC Client ID passed in the request |
401 - Unauthorized | Error: 4103 | No HMAC Timestamp Passed in the request |
401 - Unauthorized | Error: 4104 | No Autorizathion passed in the request |
401 - Unauthorized | Error: 4105 | Invalid token |
401 - Unauthorized | Error: 4106 | Something went wrong generating the token |
403 - Forbidden | Error: 4301 | HMAC signature was passed, but not a correct one |
403 - Forbidden | Error: 4302 | HMAC timestamp was passed, but not a correct one |
403 - Forbidden | Error 4300 | CSN was passed, but not a correct one |