TrustedBeneficiaryNotFoundRejection
Rejection returned if the trusted beneficiary was not found or if the user does not have the rights to know that the beneficiary exists
type TrustedBeneficiaryNotFoundRejection implements Rejection {
id: String!
message: String!
}
Fields
TrustedBeneficiaryNotFoundRejection.id
● String!
non-null scalar
TrustedBeneficiaryNotFoundRejection.message
● String!
non-null scalar
Interfaces
Rejection
interface
Implemented By
VerifyBeneficiaryPayload
union