{
"error": {
"type": "invalid_request_error",
"code": "missing_parameter",
"message": "Missing required param: link_token",
"param": "link_token",
"doc_url": "https://fintoc.com/docs#invalid-request-error",
}
}
Attribute | Type | Description |
---|---|---|
|
| The type of the error. It may be |
|
| The particular error that occurred, so that you can handle it programmatically |
|
| Friendly message detailing the error. This field can change its text content for the same |
|
| If the error is related to a parameter, this attribute indicates that marameter. It can be |
|
| The URL of the documentation associated with the error code |