Class BoardExportTaskExportLinkInternal

Board export task results link.

Hierarchy

  • BoardExportTaskExportLink

Constructors

Properties

artifactExpiredAt?: Date

The date and time when the artifact will no longer be available in the S3 storage. After this time, the link will no longer be valid and the exported files will not be accessible. Format: UTC, adheres to ISO 8601, includes a trailing Z offset.

errorMessage?: string

Contains the description of the error that occurred during a board export task results link creation.

errorType?: string

Indicates the type of error encountered during the board export task results link creation. Possible values: TEMPORARY: the board export task encountered a temporary error. Retry the board export task results link creation after some time. FATAL: the board export failed and cannot be retried. This export will never succeed due to issues such as board corruption, non-existence, or other unrecoverable errors. Please verify the board's state or contact support if assistance is needed. UNKNOWN: the board export task encountered an unexpected exception. Retry the board export task results link creation after some time.

exportLink?: string

URL of the S3 bucket that contains the exported files.

linkExpiredAt?: Date

The date and time when the export link will expire. After this time, the link will no longer be valid. Format: UTC, adheres to ISO 8601, includes a trailing Z offset.

status: string

Indicates the status of the individual board export task. Possible values: SUCCESS: the board export task was completed successfully and the results are available. ERROR: the board export task encountered an error and failed to complete. The errorMessage field provides more information on the error. CANCELLED: the board export task was cancelled. SCHEDULED: the board export task has been scheduled and is waiting to be processed. CREATED: the board export task was created.