Enum RetryHint
RetryHint
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public enum RetryHint
Fields
Name | Description |
---|---|
NO_RETRY | The process is expected to fail on subsequent retries |
RETRY | The process may succeed when retrying |
RETRY_IN_DIFFERENT_REGION | The process may succeed when retrying in another region |
UNDEFINED | Unable to determine if the error is retryable. |