allOf:
  - $ref: ./errorResponse.yaml
  - type: object
    additionalProperties: false
    required:
      - bulkTransferState
    properties:
      bulkTransferState:
        allOf:
          - $ref: ./bulkTransactionContinuationAcceptParty.yaml
          - $ref: ./partyError.yaml
