type: object
additionalProperties: false
properties:
  statusCode:
    type: string
    description: |
      Backend error code from FSP. Ideally, statusCode is FSPIOP conforming. SDK will use status code to retrieve an FSPIOP error with the same code.
      Otherwise, a suitable generic FSPIOP will be used with the errorResponse in the FSPIOP error message.
  message:
    type: string
    description: Error message text.
