Variable ERRORConst

ERROR: {
    [key in ErrorCode]: {
        message: string;
        status: 500 | 400 | 401 | 403 | 404 | 405;
        value: ErrorCode;
    }
} = ...