Huggingface.js 文档

类别:HubApiError

Hugging Face's logo
加入Hugging Face社区

并获取增强文档体验

以开始

类:HubApiError

当Hugging Face Hub的API调用失败时抛出的错误。

层次结构

  • 错误

    HubApiError

构造函数

constructor

new HubApiError(url, statusCode, requestId?, message?): HubApiError

参数

名称 类型
url 字符串
statusCode 数字
requestId? 字符串
message? 字符串

返回

HubApiError

重写

Error.constructor

定义于

hub/src/error.ts:37

可选 原因: 未知

Error.cause

doc-internal/node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.es2022.error.d.ts:24


可选 数据: JsonObject

定义于

hub/src/error.ts:35


message

message: 字符串

继承自

Error.message

定义于

doc-internal/node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.es5.d.ts:1077


name

name: string

继承自

Error.name

定义于

doc-internal/node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.es5.d.ts:1076


requestId

可选 requestId: string

定义于

hub/src/error.ts:34


stack

可选 stack: string

继承自

Error.stack

定义于

doc-internal/node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.es5.d.ts:1078


statusCode

statusCode: number

定义在

hub/src/error.ts:32


url

url: string

定义在

hub/src/error.ts:33


prepareStackTrace

静态 可选 prepareStackTrace: (err: Error, stackTraces: CallSite[]) => any

可选覆盖格式化堆栈跟踪

https://v8.node.org.cn/docs/stack-trace-api#customizing-stack-traces

类型声明

▸ (err, stackTraces): any

参数
名称 类型
err 错误
stackTraces CallSite[]
返回值

any

继承自

Error.prepareStackTrace

定义在

hub/node_modules/.pnpm/@[email protected]/node_modules/@types/node/globals.d.ts:28


stackTraceLimit

静态 stackTraceLimit: number

继承自

Error.stackTraceLimit

定义在

hub/node_modules/.pnpm/@[email protected]/node_modules/@types/node/globals.d.ts:30

方法

captureStackTrace

captureStackTrace(targetObject, constructorOpt?): void

在目标对象上创建.stack属性

参数

名称 类型
targetObject 对象
constructorOpt? 函数

返回值

void

继承自

Error.captureStackTrace

定义于

hub/node_modules/.pnpm/@[email protected]/node_modules/@types/node/globals.d.ts:21

< > 在GitHub上更新