API Error Codes

AI Tools

List Of Common Error Codes Returned By Attestr API Platform

Error Response

Parameter

Type

Description

httpStatusCode

Number

Standard HTTP Status code for the error returned

code

Number

Unique error codes for different errors. Always available.

message

String

Error message describing the error. Always Available.

details

String

Detail error message. Available only for certain types of errors.

Error Codes

HTTP Status

Error Code

Error Message

400

4001

Malformed data or missing required parameter values

400

4002

Consent with given reference ID does not exist

400

40051

This endpoint does not support the provided version.

400

4003

Consent valid till time is less than current time

400

4005

Operation could not be performed due to low credits balance

400

40015

Missing required data categories for the provided service(s)

401

4016

Invalid client authorization

403

4031

Unauthorized access

403

4035

Requested service is not provisioned for your account

403

4039

Client's IP address is not whitelisted

403

4035

Requested service is not provisioned for your account

403

40398

Invalid consent to process the request

403

40399

Missing or insufficient consent to process the request

403

40399

You are not allowed to perform the operation as per the consent

429

4291

Maximum account rate limit exceeded

429

4292

Maximum API rate limit exceeded

429

4293

Maximum account daily limit exceeded

429

4294

Maximum API daily limit exceeded

500

5001

Request could not be processed

Sample Error Response

{ "httpStatusCode": 400, "code": 4001, "message": "Malformed data or missing required parameter values", "details": "Input field [xyz] does not the specified pattern" }


  Last updated