コンテンツにスキップ

RunErrorHandler

このコンテンツはまだ日本語訳がありません。

type RunErrorHandler<TContext, TAgent> = (input) =>
| RunErrorHandlerResult<TAgent>
| void
| Promise<
| RunErrorHandlerResult<TAgent>
| void>;
Type Parameter

TContext

TAgent extends Agent<any, any>

Parameter Type

input

RunErrorHandlerInput<TContext, TAgent>

| RunErrorHandlerResult<TAgent> | void | Promise< | RunErrorHandlerResult<TAgent> | void>