Anchor to section titled 'undefined'

EnvironmentVariablesUserErrorCode
enum

Possible error codes that can be returned by EnvironmentVariablesUserError.


value-cantmodifyreadonlyenvironmentvariable
CANT_MODIFY_READ_ONLY_ENVIRONMENT_VARIABLE

A read-only environment variable can't be modified.

value-cantrevealsecretvariables
CANT_REVEAL_SECRET_VARIABLES

You can't reveal secret variables.

value-duplicateenvironmentvariablekeyforenvironment
DUPLICATE_ENVIRONMENT_VARIABLE_KEY_FOR_ENVIRONMENT

You can't associate an environment to multiple environment variable values for the same key.

value-duplicateenvironmentvariablekeyoncreate
DUPLICATE_ENVIRONMENT_VARIABLE_KEY_ON_CREATE

An environment variable with the same key already exists.

value-duplicateenvironmentvariablekeyvalue
DUPLICATE_ENVIRONMENT_VARIABLE_KEY_VALUE

An environment variable with the provided key-value already exists.

value-environmentsnotfound
ENVIRONMENTS_NOT_FOUND

The environments provided weren't found.

value-environmentnotfound
ENVIRONMENT_NOT_FOUND

The environment provided wasn't found.

value-maximumenvironmentvariablesperenvironment
MAXIMUM_ENVIRONMENT_VARIABLES_PER_ENVIRONMENT

You've reached the maximum number of variables for one of your environments.

value-storefrontdisconnected
STOREFRONT_DISCONNECTED

Your storefront isn't connected to a GitHub repository.

value-storefrontnotfound
STOREFRONT_NOT_FOUND

The storefront was not found.

value-unassignedenvironmentvariablevalue
UNASSIGNED_ENVIRONMENT_VARIABLE_VALUE

An environment variable is not assigned to any environment.

value-userinputmustupdatevariableswiththesamekey
USER_INPUT_MUST_UPDATE_VARIABLES_WITH_THE_SAME_KEY

The input updates environment variables with different keys.


Was this section helpful?

The error code.


Was this section helpful?
Map
EnvironmentVariablesUserErrorCode