DistinctError

  • The provided text describes an enum for possible distinct errors.

  • The errors include unspecified, unknown, duplicate element, and duplicate type.

  • This enum helps categorize and identify different error conditions.

Enum describing possible distinct errors.

Enums

UNSPECIFIED

Enum unspecified.

UNKNOWN

The received error code is not known in this version.

DUPLICATE_ELEMENT

Duplicate element.

DUPLICATE_TYPE

Duplicate type.