2.0 ErrorResponse interface

Represents an API response that has ended in error, i.e. did not return an HTTP 200 (OK) response. There are two implementations:

  • 2.0 Error — A general purpose error response
  • 2.0 OAuthError — Used in case of an error with any of the OAuth flows

Fields

Field Type Description
id
required
String A string to identify the error type.
description
required
String A human readable description of the issue.