ENUM

GetExtensionSecretsError

An error describing why the issue happened, when relevant.

link GraphQL Schema definition

1enum GetExtensionSecretsError {
2
3# User has indicated an invalid extension id.
4INVALID_CLIENT
5
6# User is unable to read the extension secrets.
7UNAUTHORIZED
8
9# Something went wrong on our side that we need to fix.
10INTERNAL
11}