ENUM

ExtensionLinkUserErrorCode

Extension Link User Error Code.

link GraphQL Schema definition

1enum ExtensionLinkUserErrorCode {
2
3# The current user is not authorized to link / unlink this extension.
4UNAUTHORIZED
5
6# The request body was invalid.
7BAD_REQUEST
8
9# An unexpected error occurred.
10UNKNOWN
11}