Skip to main content
Version: 1.2.0 - Production

Error Codes

GTN uses standard HTTP response codes to indicate the success or failure of an API request.

List of Error Messages

ErrorHttp StatusReject CodeDescription
Success2000Success
Invalid request2001001invalid request. please check request again.
Error verify jwt2001002Error in verifying jwt
Keys Not Configured Properly2001003Public and Private Keys not configured properly
User Not Found2001004User not found
Security Key Config Issue2001005Security Keys are not configured properly
Invalid Server Access Token2001006Invalid Server access token
Expired Token2001007Expired Token
Token Verification Issue2001008Invalid Token
Invalid Login Credentials2001009Invalid login credentials
Username Not Unique2001010Username is not unique
User Validation Failed2001011User validation failed
No Orders2001012No orders found
Incorrect Password2001013Incorrect password
Insufficient Details In Assertion2001014Insufficient details in assertion
Exchange Account Already Deleted2001015Exchange account is already deleted
Invalid Institution2001016Invalid institution
Invalid Customer Number2001017Invalid Customer Number
Account Not Found2001110Account cannot be found
Customer Not Found2001111Customer cannot be found
Cash Account Not Found2001112Cash account cannot be found
Security Account Not Found2001113security account cannot be found
Exchange Account Not Found2001114Exchange account cannot be found
Bank Account Not Found2001115Bank account number
Master Account Note Found2001116Master Account not found for the institution
Authentication Failed2001120Authentication failed
Order Ref Num Already Exist2001121order reference number is already exist in the system.
No Stock Transactions Details2001122no stock transactions found.
Retry2001123server is busy, please retry again.
Already Existing Reference Number2001125Customer is already created with the referenceNumber
Balance Exist2001126Account cannot be deleted since balance exist.
Duplicate Externak Order Id2001127allready used external order id.
Not Allowed To Cancel2001128order is not allowed to cancel. please check the order status.
System Error Code200999System Error
Bad Request400400001required parameter missing
Bad Request400400002invalid date format
Bad Request400400003undefined field value
Bad Request400400004invalid type for field value
Bad Request400400005invalid response type
Bad Request400400006request failed
Unauthorized Access401-User has no access
Unauthorized Access4011007token expired
Unauthorized Access4011008invalid token
Forbidden403-authorization failed
Timeout408-Failed because of timeout
Too Many Requests429-Too many requests in a given amount of time ("rate limiting")
Internal Server Error500-system error, internal error handling request
Is this page helpful for you?