Up to date
This page is up to date for Godot 4.3
.
If you still find outdated information, please open an issue.
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.