ConsentsNotFoundRejection
Rejection returned when a consent ID passed as input does not exist.
type ConsentsNotFoundRejection implements Rejection {
message: String!
ids: [String!]!
}
Rejection returned when a consent ID passed as input does not exist.
type ConsentsNotFoundRejection implements Rejection {
message: String!
ids: [String!]!
}
ConsentsNotFoundRejection.message
● String!
non-null scalarConsentsNotFoundRejection.ids
● [String!]!
non-null scalarRejection
interface