Pass service error codes
Pass service error codes are typically relate to various client errors that can occur when interacting with an API, specifically in the context of handling "passes" like authentication pass,passcode service etc.
For any error code not documented here, please reach out to our support team and share the message and URL with us. We will immediately help investigate why this issue occured for you.
What does pass service Error Code xxx mean?
cidaas returns error status codes on different occasion. To find about the Pass service related errors, you can navigate to the Pass Service Error Code Page and lookup your retrieved error code. There you will also find useful hints how to solve them.
For example:
If you encounter this error code (PASS_0003) in your application, you should follow the hint provided.
The following table represents the Pass service error codes that will help you in identifying and troubleshooting various errors or failures.
| code | error | error_description | hint |
|---|---|---|---|
| PASS_1001 | client_error | client_error: invalid data is sent in payload | you need to send valid data in payload |
| PASS_1002 | client_error | client_error: required fields are missing in the request payload | you need to send required field in payload |
| PASS_1004 | client_error | client_error: “newSub” value is missing in payload | you need to send “newSub” in payload |
| PASS_1005 | client_error | client_error: no user is found for the “sub” sent in payload | you need to send valid sub in payload for which user exists |
| PASS_1016 | client_error | client_error: Pass with provided product data in payload already exists in the system, when creating new pass | you need to send new Pass product data which does not exists in system when creating pass |
| PASS_1017 | client_error | client_error: Pass with provided data in payload already exists in the system, when creating new pass | you need to send new Pass data which does not exists in system when creating pass |
| PASS_1018 | client_error | client_error: Invalid data is sent in payload when creating a Pass | you need to send valid data in payload when creating a new pass |
| PASS_1022 | client_error | client_error: validFrom date is grater than validTo date in payload | validTo must be greater than validFrom when sending in payload |
| PASS_1023 | client_error | client_error: passId sent in payload does not exists in Database | you need to send passId for which Pass should be present in Database |
| PASS_1024 | client_error | client_error: Pass with provided productId and productInstanceId in payload already exists in the system | combination of productInstanceId and productId must be unique when sending in payload |
| PASS_1025 | client_error | client_error: required fields are missing in the request payload when updating the Pass | you need to send required field in payload when updating the Pass |
| PASS_1026 | client_error | client_error: productInstanceId sent in payload is not matching with productInstanceId in Database | you need to send productInstanceId in payload which is present in system |
| PASS_1027 | client_error | client_error: passUser data sent in payload already exists in system | you need to send new passUser data when storing Pass user |
| PASS_1028 | client_error | client_error: invalid path param is sent in url | you need to send valid path param when calling the api |
| PASS_1029 | client_error | client_error: token is having invalid scope and sub | token sent when calling the api should have valid scope and sub |
Need Support?
Please contact us directly on our support page