콘텐츠로 이동

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>