| 1 | import type { HttpClientError } from '@/errors/base' |
| 2 | import { describe, expect, it } from 'vitest' |
| 3 | import { ErrorCode } from '@/errors/codes' |
| 4 | import { classifyResponse } from './error-mapper' |
nothing calls this directly
no test coverage detected