NotEmptyError

  • The document defines possible errors related to empty lists.

  • UNSPECIFIED indicates an unspecified enum error.

  • UNKNOWN is used when the received error code is not recognized.

  • EMPTY_LIST specifically refers to an empty list error.

Enum describing possible not empty errors.

Proto definition

Enums

EMPTY_LIST

Empty list.

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.