Skip to main content

PrestoPlayError

Properties

code

readonly code: ErrorCode


severity

readonly severity: ErrorSeverity


message?

readonly optional message: string


causeMessage?

readonly optional causeMessage: string


metadata

readonly metadata: ErrorMetaData


nativeError?

readonly optional nativeError: AppleError | AndroidError | WebError

Represents the underlying native SDK error, if available. This property is set when an error originates from the native SDK layer.

On Apple devices it maps to:

On Android devices it maps to:

On Web it maps to:

Accessors

category

Get Signature

get category(): ErrorCategory

Returns

ErrorCategory