ErrorResult<ErrorDataType>
Defined in: type-definition/result-types.ts:9
错误结果。
Type Parameters
| Type Parameter | Default type |
|---|---|
ErrorDataType | unknown |
Properties
error
error: ErrorDataType;
Defined in: type-definition/result-types.ts:10