interface UmbRepositoryResponse<T> {
    data?: T;
    error?: ApiError | CancelError;
}

Type Parameters

  • T

Hierarchy (View Summary, Expand)

Properties

Properties

data?: T
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