> For the complete documentation index, see [llms.txt](https://docs-embed.anyflow.jp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-embed.anyflow.jp/ops/solution-error.md).

# エラーへの対応

### 連携ソリューションのエラー

連携ソリューションのエラーには、いくつかのケースが存在します。

1. Anyflowシステムの障害
2. 連携先アプリの障害
3. ソリューションロジックの考慮漏れ等によるエラー
4. 連携先アプリの認証エラー

Anyflow Embedではそれぞれのケースに対応する機能を持っています。

### Anyflowシステムの障害 および 連携先アプリの障害

[アクションの自動リトライ](/ops/solution-error/action-retry.md)の機能により自動的な再試行が行われます。

またエンドユーザー自身でも[実行履歴](/ops/solution-history/for-endusers.md)から手動で再実行することができます。

件数が多い場合はAnyflow側でまとめて再実行することも可能です。

{% hint style="success" %}
Anyflowのシステムステータスは[こちらのページ](https://anyflow-embed.statuspage.io/)で公開しています。
{% endhint %}

### ソリューションロジックの考慮漏れ等によるエラー

[エラー監視ステップ](/solution-editor/logic/error-monitoring.md)の機能により、エラー時には例外処理を実行することができます。

また、[イベント通知](/ops/event-notification.md)を設定することで、ご利用中のツールにエラー発生の情報を通知することができます。

### 連携先アプリの認証エラー

[連携先アプリの認証エラー](/ops/solution-error/auth-error.md)に記載の通り、エンドユーザーへのメール通知を自動で行うように設定できます。

通知を受け取ったエンドユーザーは、ウィザードで改めて認証を行えます。

また、イベント通知を設定することで、ご利用中のツールにエラー発生の情報を通知することができます。

{% hint style="success" %}

### 実行ログについて

ソリューションの実行ログとして、\
エンドユーザーとベンダーはそれぞれ[実行履歴](/ops/solution-history.md)確認することができます。

表示される内容はエンドユーザーとベンダーで異なります。
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs-embed.anyflow.jp/ops/solution-error.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
