Skip to content

Latest commit

 

History

History
81 lines (41 loc) · 1.88 KB

IncompleteAPIDataError.md

File metadata and controls

81 lines (41 loc) · 1.88 KB

yt-cast-receiverDocs


yt-cast-receiver / IncompleteAPIDataError

Class: IncompleteAPIDataError

Extends

Constructors

new IncompleteAPIDataError()

new IncompleteAPIDataError(message, missing?): IncompleteAPIDataError

Parameters

message: string

missing?: string[]

Returns

IncompleteAPIDataError

Overrides

YouTubeCastReceiverError.constructor

Defined in

src/lib/utils/Errors.ts:57

Properties

cause?

optional cause: any

Inherited from

YouTubeCastReceiverError.cause

Defined in

src/lib/utils/Errors.ts:3


info?

optional info: Record<string, any>

Inherited from

YouTubeCastReceiverError.info

Defined in

src/lib/utils/Errors.ts:4

Methods

getCauses()

getCauses(): any[]

Returns

any[]

Inherited from

YouTubeCastReceiverError.getCauses

Defined in

src/lib/utils/Errors.ts:17