IExportResult
Home > @gooddata/sdk-model > IExportResult
IExportResult interface
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Export result.
Signature:
export interface IExportResult
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
errorMessage? | string | (ALPHA) (Optional) Error message. | |
exportId | string | (ALPHA) Export ID. | |
fileName | string | (ALPHA) File name. | |
fileUri? | string | (ALPHA) (Optional) File URI. | |
status | IExportResultStatus | (ALPHA) Export status. | |
traceId? | string | (ALPHA) (Optional) Trace ID. |