Interface ApiFailureResponse<T>

API 失败响应

Type Parameters

  • T = any

    响应数据

Hierarchy

  • ResponseMeta
    • ApiFailureResponse

Properties

data: T & {
    error: string;
    success: false;
}
headers: Headers
ok: boolean
redirected: boolean
status: number
statusText: string
type: ResponseType
url: string

Generated using TypeDoc