ENUM

SetExtensionConfigurationErrorCode

The standardized codes used by the frontend.

link GraphQL Schema definition

1enum SetExtensionConfigurationErrorCode {
2
3# User is unable to set the configuration.
4UNAUTHORIZED
5
6# An unknown error occurred.
7UNKNOWN
8}