Enumeration CONTAINER_STATUS_CODE

Possible status codes for the container.

Author

Tiago Grosso tiagogrosso99@gmail.com

Since

1.1.0

Enumeration Members

ERROR: "ERROR"

The container failed to complete the publishing process.

EXPIRED: "EXPIRED"

The container was not published within 24 hours and has expired.

FINISHED: "FINISHED"

The container and its media object are ready to be published.

IN_PROGRESS: "IN_PROGRESS"

The container is still in the publishing process.

PUBLISHED: "PUBLISHED"

The container's media object has been published.

Generated using TypeDoc