Sha256: 515175e4b7f3d43c416693bcad8a14ec4e44aeca6f2bc1b4d87b271379f00857
Contents?: true
Size: 491 Bytes
Versions: 1
Compression:
Stored size: 491 Bytes
Contents
# Errors > Example error response ```json { "error": "Unauthorized", "description": "Invalid or missing Bearer token Authentication header" } ``` The Arctic Core API uses the [HTTP status codes](httpstatuses.com) list. Here is some additional explenations for some of the HTTP status codes. Error Code | Meaning ---------- | ------- 401 | Unauthorized -- Your Bearer token is incorrect or missing. 403 | Forbidden -- Your Bearer token doesn't have the proper scopes for this action.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
arctic-ui-0.1.0 | documentation/source/includes/_errors.md |