diff options
Diffstat (limited to 'packages/core/src/tools/tool-error.ts')
| -rw-r--r-- | packages/core/src/tools/tool-error.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/core/src/tools/tool-error.ts b/packages/core/src/tools/tool-error.ts index 2702de02..fc19fc72 100644 --- a/packages/core/src/tools/tool-error.ts +++ b/packages/core/src/tools/tool-error.ts @@ -13,6 +13,7 @@ export enum ToolErrorType { UNKNOWN = 'unknown', UNHANDLED_EXCEPTION = 'unhandled_exception', TOOL_NOT_REGISTERED = 'tool_not_registered', + EXECUTION_FAILED = 'execution_failed', // File System Errors FILE_NOT_FOUND = 'file_not_found', |
