> For the complete documentation index, see [llms.txt](https://catenoid-support.gitbook.io/kollus-dev-jp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://catenoid-support.gitbook.io/kollus-dev-jp/kollus-vg-controller/ermesoddo.md).

# エラーメソッド

### **get\_error\_detail ()**

**対象プレイヤータイプ：v3,v4**

> Error発生時 code, message, param 値をオブジェクトでリターンします。
>
> param値は message以外追加情報を転送する必要がある場合含まれます。

**Parameters:**

* No parameters

**Return:**

* OBJECT Errorのディテールな値をリターンします。 {code, message, param}

### **set\_custom\_error (code, message, param)**

**対象プレイヤータイプ：v3,v4**

> プレイヤーにデフォルトで設定されているエラー メッセージを変更します。 メソッド実行時点がエラーが発生している状態であれば 面画面に表示されているエラーメッセージとparam値を変えて表記します。エラーが発生していない状態であれば該当エラー発生時に変更されたエラーメッセージとparam値で表記されるようにします。 \*Error code値を基準に変更するため、発生するError code値を正確に入力する必要があります。

**Parameters:**

* code INTEGER エラーコード
* message STRING ユーザーエラーコード
* param STRING ユーザー Param メッセージ

**Return:**

* No return


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://catenoid-support.gitbook.io/kollus-dev-jp/kollus-vg-controller/ermesoddo.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
