type: object
additionalProperties: false
description: >-
  This may be a Mojaloop API error returned from another entity in the
  scheme or an object representing other types of error e.g. exceptions that
  may occur inside the scheme adapter.
properties:
  httpStatusCode:
    type: integer
    description: >-
      The HTTP status code returned to the caller. This is the same as the
      actual HTTP status code returned with the response.
  mojaloopError:
    $ref: ./mojaloopError.yaml
