AI-generated Key Takeaways
- 
          
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, andVIDEO_NOT_ELIGIBLEare defined to represent these errors. - 
          
An
UNSPECIFIEDenum indicates a general unspecified error. - 
          
An
UNKNOWNenum is used for error codes not recognized in the current version. 
Enum describing YouTube video registration errors.
| Enums | |
|---|---|
 | 
                Enum unspecified. | 
 | 
                The received error code is not known in this version. | 
 | 
                Video to be registered wasn't found. | 
 | 
                Video to be registered is not accessible (for example, private). | 
 | 
                Video to be registered is not eligible (for example, mature content). |