Skip to content

Latest commit

 

History

History
83 lines (42 loc) · 1.8 KB

DataError.md

File metadata and controls

83 lines (42 loc) · 1.8 KB

yt-cast-receiverDocs


yt-cast-receiver / DataError

Class: DataError

Extends

Constructors

new DataError()

new DataError(message, cause?, data?): DataError

Parameters

message: string

cause?: any

data?: any

Returns

DataError

Overrides

YouTubeCastReceiverError.constructor

Defined in

src/lib/utils/Errors.ts:50

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