ShareablePreviewOrError

  • This content details the result of generating a shareable preview, including either the successful result or a partial failure error.

  • The asset_group_identifier field specifies the asset group associated with the shareable preview.

  • The generate_shareable_preview_response union field contains either the shareable_preview_result or the partial_failure_error.

  • The shareable_preview_result provides the successful outcome of the preview generation.

  • The partial_failure_error indicates an error occurred during the shareable preview generation process.

Result of the generate shareable preview.

Fields

asset_group_identifier

AssetGroupIdentifier

The asset group of the shareable preview.

Union field

generate_shareable_preview_response

generate_shareable_preview_response. The shareable preview result or error. generate_shareable_preview_response can be only one of the following:

shareable_preview_result

ShareablePreviewResult

The shareable preview result.

partial_failure_error

Status

The shareable preview partial failure error.