QueryProcessingErrorState
Home > @gooddata/sdk-ui-dashboard > QueryProcessingErrorState
QueryProcessingErrorState type
Signature:
export type QueryProcessingErrorState = {
status: "error";
error: GoodDataSdkError;
result: undefined;
};
References: GoodDataSdkError