as

Settings
Sign out
Notifications
Alexa
亚马逊应用商店
AWS
文档
Support
Contact Us
My Cases
新手入门
设计和开发
应用发布
参考
支持

UpsertProgramFailure

UpsertProgramFailure

表示UpsertProgramFailure的类对象。尽管该对象已导出,但不提供给第三方使用 - 没有从index.ts导出

实现

构造函数

new UpsertProgramFailure()

new UpsertProgramFailure(program, error): UpsertProgramFailure

一个构造函数,用来初始化UpsertProgramFailure

参数

program

IProgram

error

BaseError

返回值

UpsertProgramFailure

访问器

error

获取签名

get error(): BaseError

获取导致添加节目失败的错误。

返回值

BaseError

添加节目时遇到错误。

实现

IUpsertProgramFailure.error


program

获取签名

get program(): IProgram

获取添加失败的Program对象。

返回值

IProgram

无法添加到数据存储区的IProgram

实现

IUpsertProgramFailure.program


Last updated: 2025年9月30日