YoutubePlayablesResult
Inherits: RefCounted < Object
A result from a YoutubePlayablesResponse.
Description
A result from a YoutubePlayablesResponse. Contains either data or error
Properties
|
||
|
Methods
has_error() const |
Property Descriptions
String get_data()
The data returned after a successful call. Used by YoutubePlayablesClient.get_language() and YoutubePlayablesClient.load_data() to get their data.
String get_error()
The error message returned after an unsuccessful call.
Method Descriptions
Returns true if there is an error.