review: rename ec-error file to error

This commit is contained in:
Valere
2025-02-28 12:04:49 +01:00
parent 4701e413fd
commit f8a5de604f
6 changed files with 7 additions and 9 deletions

View File

@@ -17,7 +17,7 @@ export enum ErrorCode {
}
export enum ErrorCategory {
/** Calling is not supported, server miss-configured (JWT service missing, no MSC support ...)*/
/** Calling is not supported, server misconfigured (JWT service missing, no MSC support ...)*/
CONFIGURATION_ISSUE = "CONFIGURATION_ISSUE",
NETWORK_CONNECTIVITY = "NETWORK_CONNECTIVITY",
// SYSTEM_FAILURE / FEDERATION_FAILURE ..