ConversionCustomVariableError

  • Describes possible errors when creating conversion custom variables.

  • Errors include unspecified issues, unknown codes, duplicate names, duplicate tags, and reserved tags.

Enum describing possible conversion custom variable errors.

Proto definition

Enums

DUPLICATE_NAME

A conversion custom variable with the specified name already exists.

DUPLICATE_TAG

A conversion custom variable with the specified tag already exists.

RESERVED_TAG

A conversion custom variable with the specified tag is reserved for other uses.

UNKNOWN

The received error code is not known in this version.

UNSPECIFIED

Enum unspecified.