AddLiveEventFailure
AddLiveEventFailureを表すクラスオブジェクト。エクスポートされてもサードパーティ対応オブジェクトではありません。index.tsからのエクスポートではありません
実装
コンストラクタ
new AddLiveEventFailure()
new AddLiveEventFailure(
liveEvent,error):AddLiveEventFailure
AddLiveEventFailureを初期化するために呼び出されたコンストラクター関数。
パラメーター
liveEvent
error
戻り値
アクセサ
error
getのシグネチャ
get error():
BaseError
ライブイベントの追加に失敗した原因となったエラーを取得します。
戻り値
ライブイベントの追加時にエラーが発生しました。
実装元
liveEvent
getのシグネチャ
get liveEvent():
ILiveEvent
追加に失敗したLiveEventオブジェクトを取得します。
戻り値
データストアへの追加に失敗したILiveEvent
実装元
IAddLiveEventFailure.liveEvent
Last updated: 2025年9月30日

