Update src/utils/errors.ts

Co-authored-by: Hugh Nimmo-Smith <hughns@users.noreply.github.com>
This commit is contained in:
Timo
2025-02-28 14:55:14 +01:00
committed by GitHub
parent 971c63fa67
commit e253e1a04c

View File

@@ -15,7 +15,6 @@ export enum ErrorCode {
CONNECTION_LOST_ERROR = "CONNECTION_LOST_ERROR",
MEMBERSHIP_MANAGER_UNRECOVERABLE = "MEMBERSHIP_MANAGER_UNRECOVERABLE",
UNKNOWN_ERROR = "UNKNOWN_ERROR",
// UNKNOWN_ERROR = "UNKNOWN_ERROR",
}
export enum ErrorCategory {