Bitmovin Player API 8.268.0
    Preparing search index...

    Interface ResponseStatusMap

    A map of [[HttpRequestType]] to HTTP status codes. For the included request types, requests will not be retried if they return those codes.

    The key must be a string belonging to [[HttpRequestType]]

    8.4

    Example:

    disable_retry_for_response_status: {
    [HttpRequestType.MANIFEST_DASH]: [ 401 ]
    }

    Indexable

    • [name: string]: number[]