OBJECT

SetExtensionConfigurationError

SetExtensionConfigurationError returns an error code for the frontend to handle.

link GraphQL Schema definition

1type SetExtensionConfigurationError {
2
3# The standardized code used by the frontend.
4code: SetExtensionConfigurationErrorCode!
5
6}