YoutubeVideoRegistrationError

  • This page describes YouTube video registration errors using an enum.

  • Errors include videos not being found, not accessible, or not eligible for registration.

  • Specific enums like VIDEO_NOT_FOUND, VIDEO_NOT_ACCESSIBLE, and VIDEO_NOT_ELIGIBLE are defined to represent these errors.

  • An UNSPECIFIED enum indicates a general unspecified error.

  • An UNKNOWN enum is used for error codes not recognized in the current version.

Enum describing YouTube video registration errors.

Proto definition

Enums

UNKNOWN

The received error code is not known in this version.

UNSPECIFIED

Enum unspecified.

VIDEO_NOT_ACCESSIBLE

Video to be registered is not accessible (for example, private).

VIDEO_NOT_ELIGIBLE

Video to be registered is not eligible (for example, mature content).

VIDEO_NOT_FOUND

Video to be registered wasn't found.