enum EndpointErrorConfiguration
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaPackageV2.Alpha.EndpointErrorConfiguration |
Go | github.com/aws/aws-cdk-go/awsmediapackagev2alpha/v2#EndpointErrorConfiguration |
Java | software.amazon.awscdk.services.mediapackagev2.alpha.EndpointErrorConfiguration |
Python | aws_cdk.aws_mediapackagev2_alpha.EndpointErrorConfiguration |
TypeScript (source) | @aws-cdk/aws-mediapackagev2-alpha ยป EndpointErrorConfiguration |
Endpoint error configuration options.
Members
| Name | Description |
|---|---|
| STALE_MANIFEST | The manifest stalled and there are no new segments or parts. |
| INCOMPLETE_MANIFEST | There is a gap in the manifest. |
| MISSING_DRM_KEY | Key rotation is enabled but we're unable to fetch the key for the current key period. |
| SLATE_INPUT | The segments which contain slate content are considered to be missing content. |
STALE_MANIFEST
The manifest stalled and there are no new segments or parts.
INCOMPLETE_MANIFEST
There is a gap in the manifest.
MISSING_DRM_KEY
Key rotation is enabled but we're unable to fetch the key for the current key period.
SLATE_INPUT
The segments which contain slate content are considered to be missing content.

.NET
Go
Java
Python
TypeScript (