Enumerates the different error types used throughout the application.
export enum ErrorType { UNKNOWN = "unknown", VALIDATION = "validation", NETWORK = "network", AUTH = "auth", SERVER = "server", CLIENT = "client", STORAGE = "storage", AUTHENTICATION = "AUTHENTICATION", SYSTEM = "SYSTEM",} Copy
export enum ErrorType { UNKNOWN = "unknown", VALIDATION = "validation", NETWORK = "network", AUTH = "auth", SERVER = "server", CLIENT = "client", STORAGE = "storage", AUTHENTICATION = "AUTHENTICATION", SYSTEM = "SYSTEM",}
Enumerates the different error types used throughout the application.
Source