interface UmbDataSourceErrorResponse {
    error?: ApiError | CancelError;
}

Hierarchy (View Summary, Expand)

Properties

Properties

error?: ApiError | CancelError

The error that occurred when fetching the data. The {ApiError} and {CancelError} types will change in the future to be a more generic error type.

MMNEPVFCICPMFPCPTTAAATR