NotReachableConsentStatusRejection
Rejection returned when consent status couldn't change
type NotReachableConsentStatusRejection implements Rejection {
message: String!
currentStatus: ConsentStatus
unreachableStatus: ConsentStatus
}
Fields
NotReachableConsentStatusRejection.message ● String! non-null scalar
NotReachableConsentStatusRejection.currentStatus ● ConsentStatus enum
NotReachableConsentStatusRejection.unreachableStatus ● ConsentStatus enum
Interfaces
Rejection interface
Implemented By
AcceptConsentPayload union ● CancelConsentPayload union ● GrantConsentWithServerSignaturePayload union