ErrorResult<ErrorDataType>
Defined in: type-definition/result-types.ts:16
错误结果接口,包含失败时返回的错误信息
Type Parameters
| Type Parameter | Default type | Description |
|---|
ErrorDataType | any | 错误数据类型,默认为 any |
Properties
error
Defined in: type-definition/result-types.ts:18
失败时返回的错误信息