Huggingface.js 文档

类: InferenceOutputError

Hugging Face's logo
加入Hugging Face社区

并获取增强文档体验的访问权限

开始使用

类: InferenceOutputError

层次结构

  • 类型错误

    InferenceOutputError

构造函数

构造函数

new InferenceOutputError(message): InferenceOutputError

参数

名称 类型
消息 字符串

返回值

InferenceOutputError

重写

TypeError.constructor

inference/src/lib/InferenceOutputError.ts:2

属性

原因

可选 原因: 未知

继承自

TypeError.cause

定义于

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


消息

消息: 字符串

继承自

TypeError.message

定义于

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


名称

名称: string

继承自

TypeError.name

在以下处定义

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


stack

可选 stack: 字符串

继承自

TypeError.stack

在以下处定义

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


准备堆栈跟踪

静态 可选 prepareStackTrace: (err: 错误, stackTraces: 调用点[]) => 任何

可选覆盖以格式化堆栈跟踪

请参阅

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

类型声明

▸ (err, stackTraces): 任何

参数
名称 类型
err 错误
stackTraces 调用点[]
返回值

任何

继承自

TypeError.prepareStackTrace

定义于

在 inference/node_modules/.pnpm/@[email protected]/node_modules/@types/node/globals.d.ts:11


stackTraceLimit

静态 stackTraceLimit: number

继承自

TypeError.stackTraceLimit

定义于

在 inference/node_modules/.pnpm/@[email protected]/node_modules/@types/node/globals.d.ts:13

方法

captureStackTrace

captureStackTrace(targetObject, constructorOpt?): void

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

参数

名称 类型
targetObject 对象
constructorOpt? 函数

返回值

void

继承自

TypeError.captureStackTrace

定义在

在 inference/node_modules/.pnpm/@[email protected]/node_modules/@types/node/globals.d.ts:4

< > 在GitHub上更新