API schema
Schema
err
error responses. see full list of error codes here
Type: object
Properties
| Name | Type | Description |
|---|---|---|
code | string | numeric code of error. see full list of error codes here |
message | string | text based error message |
link | string | link describing error |
Example shape
{
"code": "-5000000",
"message": "invalid ticker",
"link": "string"
}