UserDefinedFunctionExecutionResponseOutput interface
ユーザー定義関数の実行結果。
プロパティ
error | ユーザー定義関数実行のエラー・オブジェクト。 これは、ユーザー定義関数の実行が例外をスローした場合にのみ返されます。 |
result | ユーザー定義関数の実行結果オブジェクト。 これは、ユーザー定義関数が正常に実行された場合にのみ返されます。 |
status | ユーザー定義関数の実行状況を表します。 |
プロパティの詳細
error
ユーザー定義関数実行のエラー・オブジェクト。 これは、ユーザー定義関数の実行が例外をスローした場合にのみ返されます。
error?: UserDefinedFunctionExecutionErrorOutput
プロパティ値
result
ユーザー定義関数の実行結果オブジェクト。 これは、ユーザー定義関数が正常に実行された場合にのみ返されます。
result?: UserDefinedFunctionExecutionResultOutput
プロパティ値
status
ユーザー定義関数の実行状況を表します。
status: "Succeeded" | "Failed"
プロパティ値
"Succeeded" | "Failed"