OBJECT

VerificationRejectionReason

A reason why a test session's verification was rejected.

link GraphQL Schema definition

1type VerificationRejectionReason {
2
3# Short name of the reason (e.g., "Unsatisfactory ID").
4name: String!
5
6# Long description of the reason.
7description: String!
8
9}