Interface: PlayerErrorInfo
Defined in: packages/player/src/player.ts:878
Extra facts about an error event, beyond the typed error itself.
Properties
attempts
readonly attempts: number;
Defined in: packages/player/src/player.ts:887
How many automatic re-attempts were spent on this entry before giving up (see PlayerOptions.retry).
0 when nothing was retried — because retrying is off, because the error
was not PlayerError.retryable, or because the failure did not come
from a playlist entry at all.