chore: fix merge conflicts

This commit is contained in:
galz10
2026-02-27 11:13:00 -08:00
parent fb5fbd31f3
commit 86a961fb2b
4 changed files with 28 additions and 16 deletions
+8 -3
View File
@@ -13,6 +13,14 @@ import {
ForbiddenError,
AccountSuspendedError,
getErrorMessage,
getErrorType,
FatalAuthenticationError,
FatalCancellationError,
FatalConfigError,
FatalInputError,
FatalSandboxError,
FatalToolExecutionError,
FatalTurnLimitedError,
} from './errors.js';
describe('getErrorMessage', () => {
@@ -279,8 +287,6 @@ describe('toFriendlyError', () => {
expect(toFriendlyError(error)).toBe(error);
});
});
<<<<<<< HEAD
=======
describe('getErrorType', () => {
it('should return error name for standard errors', () => {
@@ -325,4 +331,3 @@ describe('getErrorType', () => {
expect(getErrorType(undefined)).toBe('unknown');
});
});
>>>>>>> ea48bd941 (feat: better error messages (#20577))