DataAPI SDK english MT.DataAPI Event error - movabletype/mt-data-api-sdk-js GitHub Wiki
error
Event parameters
| Name | Type | Description |
|---|---|---|
| response | Object | A response object |
| response.code | Number | The HTTP response code |
| response.message | String | The error message |
| response.data | Object | The data exists only if a current error has optional data |
Example
api.on("error", function(response) {
console.log(response.message);
});