as

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

AddLiveEventFailure

AddLiveEventFailure

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

实现

构造函数

new AddLiveEventFailure()

new AddLiveEventFailure(liveEvent, error): AddLiveEventFailure

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

参数

liveEvent

ILiveEvent

error

BaseError

返回值

AddLiveEventFailure

访问器

error

获取签名

get error(): BaseError

获取导致添加直播活动失败的错误。

返回值

BaseError

添加直播活动时遇到错误。

实现

IAddLiveEventFailure.error


liveEvent

获取签名

get liveEvent(): ILiveEvent

获取添加失败的LiveEvent对象。

返回值

ILiveEvent

无法添加到数据存储库的ILiveEvent

实现

IAddLiveEventFailure.liveEvent


Last updated: 2025年9月30日