| 1 | import { NullProtoObj } from '@orpc/shared' |
| 2 | import { createORPCErrorFromJson, fallbackORPCErrorMessage, fallbackORPCErrorStatus, isDefinedError, isORPCErrorJson, isORPCErrorStatus, ORPCError, toORPCError } from './error' |
| 3 | |
| 4 | it('fallbackORPCErrorStatus', () => { |
nothing calls this directly
no test coverage detected