HeaderError

  • The document provides an enumeration of possible header errors.

  • The enumeration includes values for unspecified errors, unknown errors, invalid login customer IDs, and invalid linked customer IDs.

  • Each enum value has a brief description explaining the specific header error it represents.

Enum describing possible header errors.

Proto definition

Enums

INVALID_LINKED_CUSTOMER_ID

The linked customer ID could not be validated.

INVALID_LOGIN_CUSTOMER_ID

The login customer ID could not be validated.

UNKNOWN

The received error code is not known in this version.

UNSPECIFIED

Enum unspecified.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-12-12 UTC.