ENUM

DeleteExtensionSecretsError

DeleteExtensionImageError is an error associated with the deleteExtensionSecrets mutation.

link GraphQL Schema definition

1enum DeleteExtensionSecretsError {
2
3# User is unable to delete the extension secrets.
4UNAUTHORIZED
5}