ConsentNotFoundRejection
Rejection returned if a consent was not found
type ConsentNotFoundRejection implements Rejection {
message: String!
consentId: String!
}
Rejection returned if a consent was not found
type ConsentNotFoundRejection implements Rejection {
message: String!
consentId: String!
}
ConsentNotFoundRejection.message
● String!
non-null scalarConsentNotFoundRejection.consentId
● String!
non-null scalar