General API Errors

The following table contains the general errors than any API may return

ErrorCode

Status Code

Description

BadRequest

400

Indicates that the submitted data or the format is invalid

Unauthorized

401

The JWT token isn't provided or the format is invalid

NotFound

404

The requested resource cannot be found

TooManyRequests

400

Indicates that the client has exceeded the server request limit

InsufficientBalance

400

This project doesn't have enough balance to perform this operation

Last updated