ChromaConnectionError
Indicates that there was a problem with the connection to the Chroma server (e.g. the server is down or the client is not connected to the internet)
class ChromaConnectionError extends Error {}
constructor(message: string, cause?: unknown | undefined);
readonly cause?: unknown | undefined;
name: string;