IExecutionResultDataSourceMessage
Home > @gooddata/sdk-backend-spi > IExecutionResultDataSourceMessage
IExecutionResultDataSourceMessage 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.
A piece of extra information related to the results (e.g. debug information, warnings, etc.).
Signature:
export interface IExecutionResultDataSourceMessage
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
correlationId | string | (ALPHA) Id correlating different pieces of supplementary info together. | |
data? | object | (ALPHA) (Optional) Data of this particular supplementary info item: a free-form JSON specific to the particular supplementary info item type. | |
source | string | (ALPHA) Information about what part of the system created this piece of supplementary info. | |
type | string | (ALPHA) Type of the supplementary info instance. There are currently no well-known values for this, but there might be some in the future. |