OBJECT

RegisterTwoFactorError

Error returned during a invalid user request.

link GraphQL Schema definition

1type RegisterTwoFactorError {
2
3# Error code returned by the backend.
4code: RegisterTwoFactorErrorCode!
5
6# The localized external error message.
7message: String!
8
9}