CustomInterestError

  • The content describes various errors related to custom interests.

  • Errors include issues with duplicate names, missing parameters, invalid types, and attempting to remove or change custom interests while they are in use.

  • Some errors indicate unknown codes or unspecified issues.

Enum describing possible custom interest errors.

Proto definition

Enums

UNSPECIFIED

Enum unspecified.

UNKNOWN

The received error code is not known in this version.

NAME_ALREADY_USED

Duplicate custom interest name ignoring case.

CUSTOM_INTEREST_MEMBER_ID_AND_TYPE_PARAMETER_NOT_PRESENT_IN_REMOVE

In the remove custom interest member operation, both member ID and pair [type, parameter] are not present.

TYPE_AND_PARAMETER_NOT_FOUND

The pair of [type, parameter] does not exist.

TYPE_AND_PARAMETER_ALREADY_EXISTED

The pair of [type, parameter] already exists.

INVALID_CUSTOM_INTEREST_MEMBER_TYPE

Unsupported custom interest member type.

CANNOT_REMOVE_WHILE_IN_USE

Cannot remove a custom interest while it's still being targeted.

CANNOT_CHANGE_TYPE

Cannot mutate custom interest type.