Skip to main content

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.

codeerrorerror_descriptionhint
PASS_1001client_errorclient_error: invalid data is sent in payloadyou need to send valid data in payload
PASS_1002client_errorclient_error: required fields are missing in the request payloadyou need to send required field in payload
PASS_1004client_errorclient_error: “newSub” value is missing in payloadyou need to send “newSub” in payload
PASS_1005client_errorclient_error: no user is found for the “sub” sent in payloadyou need to send valid sub in payload for which user exists
PASS_1016client_errorclient_error: Pass with provided product data in payload already exists in the system, when creating new passyou need to send new Pass product data which does not exists in system when creating pass
PASS_1017client_errorclient_error: Pass with provided data in payload already exists in the system, when creating new passyou need to send new Pass data which does not exists in system when creating pass
PASS_1018client_errorclient_error: Invalid data is sent in payload when creating a Passyou need to send valid data in payload when creating a new pass
PASS_1022client_errorclient_error: validFrom date is grater than validTo date in payloadvalidTo must be greater than validFrom when sending in payload
PASS_1023client_errorclient_error: passId sent in payload does not exists in Databaseyou need to send passId for which Pass should be present in Database
PASS_1024client_errorclient_error: Pass with provided productId and productInstanceId in payload already exists in the systemcombination of productInstanceId and productId must be unique when sending in payload
PASS_1025client_errorclient_error: required fields are missing in the request payload when updating the Passyou need to send required field in payload when updating the Pass
PASS_1026client_errorclient_error: productInstanceId sent in payload is not matching with productInstanceId in Databaseyou need to send productInstanceId in payload which is present in system
PASS_1027client_errorclient_error: passUser data sent in payload already exists in systemyou need to send new passUser data when storing Pass user
PASS_1028client_errorclient_error: invalid path param is sent in urlyou need to send valid path param when calling the api
PASS_1029client_errorclient_error: token is having invalid scope and subtoken sent when calling the api should have valid scope and sub

Need Support?

Please contact us directly on our support page