ErrorCode
An enumeration of error codes that could be returned by the API, providing insight into what kind of error occurred.
See: https://tracker.delivery/docs/error-handling
enum ErrorCode {
  UNAUTHENTICATED
  FORBIDDEN
  INTERNAL
  BAD_REQUEST
  NOT_FOUND
}
Values
ErrorCode.UNAUTHENTICATED
The request references an expired or invalid access token. The client may repeat the request with a new or corrected token.
See: https://tracker.delivery/docs/authentication