|
16 | 16 | } |
17 | 17 | }, |
18 | 18 | "errors": { |
| 19 | + "toolCallError": "Tool call error: {{toolName}}", |
| 20 | + "toolExecutionError": "Tool execution error", |
19 | 21 | "fileNotFound": "File not found", |
20 | | - "parseError": "Parse Error", |
21 | | - "commandTimeout": "Command Timeout", |
22 | | - "permissionDenied": "Permission Denied", |
23 | | - "networkError": "Network Error", |
24 | | - "invalidInput": "Invalid Input", |
25 | | - "operationFailed": "Operation Failed", |
26 | | - "resourceNotFound": "Resource Not Found", |
27 | | - "configurationError": "Configuration Error", |
28 | | - "authenticationFailed": "Authentication Failed", |
29 | | - "invalidLineNumber": "Invalid Line Number", |
| 22 | + "parseError": "Parse error", |
| 23 | + "commandTimeout": "Command timeout", |
| 24 | + "permissionDenied": "Permission denied", |
| 25 | + "networkError": "Network error", |
| 26 | + "invalidInput": "Invalid input", |
| 27 | + "operationFailed": "Operation failed", |
| 28 | + "resourceNotFound": "Resource not found", |
| 29 | + "configurationError": "Configuration error", |
| 30 | + "authenticationFailed": "Authentication failed", |
| 31 | + "invalidLineNumber": "Invalid line number", |
30 | 32 | "fileAlreadyExists": "File already exists", |
31 | | - "directoryNotFound": "Directory Not Found", |
32 | | - "invalidPath": "Invalid Path", |
33 | | - "readError": "Read Error", |
34 | | - "writeError": "Write Error", |
35 | | - "syntaxError": "Syntax Error", |
36 | | - "validationError": "Validation Error", |
37 | | - "timeoutError": "Timeout Error", |
38 | | - "connectionError": "Connection Error" |
| 33 | + "directoryNotFound": "Directory not found", |
| 34 | + "invalidPath": "Invalid path", |
| 35 | + "readError": "Read error", |
| 36 | + "writeError": "Write error", |
| 37 | + "syntaxError": "Syntax error", |
| 38 | + "validationError": "Validation error", |
| 39 | + "timeoutError": "Timeout error", |
| 40 | + "connectionError": "Connection error" |
39 | 41 | } |
40 | 42 | } |
0 commit comments