ChromaServerError
Indicates that the server encountered an error while handling the request.
class ChromaServerError extends Error {}
constructor(message: string, cause?: unknown | undefined);
readonly cause?: unknown | undefined;
name: string;
Indicates that the server encountered an error while handling the request.