UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

11 lines (10 loc) 215 B
/** * @export * @enum {string} */ export declare enum ErrorRetryHint { RETRY = "RETRY", NO_RETRY = "NO_RETRY", RETRY_IN_DIFFERENT_REGION = "RETRY_IN_DIFFERENT_REGION" } export default ErrorRetryHint;