title: ErrorInformation
type: object
additionalProperties: false
description: Data model for the complex type ErrorInformation.
properties:
  errorCode:
    $ref: ./ErrorCode.yaml
  errorDescription:
    $ref: ./ErrorDescription.yaml
  extensionList:
    $ref: ./ExtensionList.yaml
required:
  - errorCode
  - errorDescription
