dataservices-api/docs/developer-center/reference/04-error-handling.md
2019-03-01 11:53:49 +01:00

6 lines
241 B
Markdown

## Error handling
Most of the errors fired by the API are handled by the API itself. It triggers a `CartoError` every time an error happens.
A cartoError is an object containing a single `message` field with a string explaining the error.