| 49 | const TYPES: Record<string, typeof CmdopError> = { |
| 50 | invalid_argument: ValidationError, |
| 51 | unauthenticated: AuthError, |
| 52 | permission_denied: PermissionError, |
| 53 | not_found: NotFoundError, |
| 54 | conflict: ConflictError, |
nothing calls this directly
no outgoing calls
no test coverage detected