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.

Enums

UNSPECIFIED

Enum unspecified.

UNKNOWN

The received error code is not known in this version.

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.