Extend or catch HoneyHiveError as the base error type for the HoneyHive TypeScript SDK when handling failed API calls and client-side failures.
HoneyHiveError is a base class for all errors thrown by the HoneyHive API
client.This error is never thrown directly, but is useful for determining if an
error is from the HoneyHive API client with err instanceof HoneyHiveError