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.

Enums

UNSPECIFIED

Enum unspecified.

UNKNOWN

The received error code is not known in this version.

VIDEO_NOT_FOUND

Video to be registered wasn't found.

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).