API Documentation / @pinia/colada / DataState_Error
Interface: DataState_Error<TResult, TError, TDataInitial>
Internal base type for data state.
Extends
_DataState_Base
<TResult
|TDataInitial
,TError
>
Type Parameters
TResult
TResult
TError
TError
TDataInitial
TDataInitial
Properties
data
ts
data: TResult | TDataInitial;
The last successfully resolved data.
Inherited from
error
ts
error: TError;
The last rejected error.
Inherited from
status
ts
status: "error";
The status of the data.