We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba73b21 commit fa2dbbbCopy full SHA for fa2dbbb
clients/algoliasearch-client-javascript/packages/client-common/src/transporter/errors.ts
@@ -71,6 +71,7 @@ export type DetailedError = {
71
details?: DetailedErrorWithMessage[] | DetailedErrorWithTypeID[];
72
};
73
74
+// DetailedApiError is only used by the ingestion client to return more informative error, other clients will use ApiClient.
75
export class DetailedApiError extends ApiError {
76
error: DetailedError;
77
0 commit comments