ChromaClientError
Indicate that there was an issue with the request that the client made.
class ChromaClientError extends Error {}
constructor(message: string, cause?: unknown | undefined);
readonly cause?: unknown | undefined;
name: string;
Indicate that there was an issue with the request that the client made.