title: ErrorInformationObject
type: object
additionalProperties: false
description: Data model for the complex type object that contains ErrorInformation.
properties:
  errorInformation:
    $ref: ./ErrorInformation.yaml
required:
  - errorInformation
