Skip to main content

ConsentsAlreadyLinkedToMultiConsentRejection

Rejection returned when a the consent is already linked to another multi consent

type ConsentsAlreadyLinkedToMultiConsentRejection implements Rejection {
message: String!
consentIds: [String!]!
}

Fields

ConsentsAlreadyLinkedToMultiConsentRejection.message ● String! non-null scalar

ConsentsAlreadyLinkedToMultiConsentRejection.consentIds ● [String!]! non-null scalar

IDs of the consents that are already linked to another multi consent

Interfaces

Rejection interface

Implemented By

CreateMultiConsentPayload union