Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 511 Bytes

ErrorCodes.md

File metadata and controls

22 lines (15 loc) · 511 Bytes

API Error Codes

This is a list of received errors and an attempt to document what they are or what they might mean.

{"success":false,"errorCode":1,"errorMessage":"Authentication failed."}

Error: 1 Type: Authentication failure Notes: Deliberately produced with a browser.

{"success":false,"errorCode":5,"errorMessage":" error occured while trying to get balance."}

Error: 5 Type: unknown Notes: Implies that authentication method works, but something else broke.