dag-api / Exports / IApiFailure
Interface: IApiFailure<TError>
Failed API response wrapper with status code and typed error array.
Type parameters
| Name |
|---|
TError |
Table of contents
Properties
Properties
ok
• ok: false
Defined in
status
• status: number
Defined in
errors
• errors: TError[]