> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ScriptExecutionError

> ScriptExecutionError データ型。

## プロパティ

| 名前         | 型      | 説明                                                                                                                                                                                   |
| :--------- | :----- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Error      | String | エラー コード。CloudScriptNotFound、JavascriptException、CloudScriptFunctionArgumentSizeExceeded、CloudScriptAPIRequestCountExceeded、CloudScriptAPIRequestError、CloudScriptHTTPRequestError など |
| Message    | String | エラーの詳細                                                                                                                                                                               |
| StackTrace | String | エラーが発生した際のスクリプト実行中のポイント (存在する場合)                                                                                                                                                     |


## Related topics

- [カスタム CloudScript の作成](/ja-jp/services/playfab/live-service-management/service-gateway/automation/cloudscript/writing-custom-cloudscript.md)
- [ExecuteCloudScriptResult](/ja-jp/services/playfab/api-references/events/data-types/executecloudscriptresult.md)
- [PFCloudScriptScriptExecutionError](/ja-jp/services/playfab/api-references/c/pfcloudscripttypes/structs/pfcloudscriptscriptexecutionerror.md)
- [PFCloudScriptFunctionExecutionError](/ja-jp/services/playfab/api-references/c/pfcloudscripttypes/structs/pfcloudscriptfunctionexecutionerror.md)
- [Services C API overview - PFCloudScriptTypes.h](/ja-jp/services/playfab/api-references/c/pfcloudscripttypes/pfcloudscripttypes_members.md)
