YoutubePlayablesResult

Inherits: RefCounted < Object

A result from a YoutubePlayablesResponse.

Description

A result from a YoutubePlayablesResponse. Contains either data or error

Properties

String

data

""

String

error

""

Methods

bool

has_error() const


Property Descriptions

String data = "" 🔗

The data returned after a successful call. Used by YoutubePlayablesClient.get_language() and YoutubePlayablesClient.load_data() to get their data.


String error = "" 🔗

The error message returned after an unsuccessful call.


Method Descriptions

bool has_error() const 🔗

Returns true if there is an error.