Gluwa Documentation
Search…
Gluwa Documentation
What is Gluwa
Change Log
Get Started
Gluwa Mobile App
Gluwa Dashboard
Gluwacoin
Branding
Buttons and Marks
Development
Environments
QR Codes
Webhooks
Creating Signatures
Idempotent Requests
Sending Address
Gluwa SDK for PHP
Gluwa SDK for .NET
Gluwa SDK for JAVA
Gluwa SDK for Javascript (Node.js)
API
API Reference
Authorization
Currency and Conversion Symbols
Errors and Error Codes
Balance
Fee
Transaction
Payment QR Code
Wrap / Unwrap
Exchange API
Exchange Webhook
Quote
Order
Exchange Request
Order Book
Powered By
GitBook
Errors and Error Codes
Learn how to handle errors.
Upon error, a response will contain details to help resolve the error. The response will contain the following fields:
Error
Attribute
Type
Description
Code
string
Error code.
Message
string
A detailed error message. We recommend not to rely on the message to programmatically handle the error. Use Code to do that instead.
ID
string
Optional.
For 500 responses only. If you encounter an error and this field is present, you can send us this ID for our reference.
ExtraData
string
Optional.
Extra data that may be helpful to handle the error. This could be a JSON string.
InnerErrors
array of InnerError
Optional.
For validation errors specifically. See
InnerError
.
InnerError
Attribute
Type
Description
Code
string
Error code.
Path
string
The name of the request object's attribute that has errors.
Message
string
A detailed error message. We recommend not to rely on the message to programmatically handle the error. Use Code to do that instead.
API - Previous
Currency and Conversion Symbols
Next - API
Balance
Last modified
2yr ago
Copy link
Contents
Error
InnerError