Skip to content

Commit fa2dbbb

Browse files
committed
comment
1 parent ba73b21 commit fa2dbbb

File tree

1 file changed

+1
-0
lines changed
  • clients/algoliasearch-client-javascript/packages/client-common/src/transporter

1 file changed

+1
-0
lines changed

clients/algoliasearch-client-javascript/packages/client-common/src/transporter/errors.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ export type DetailedError = {
7171
details?: DetailedErrorWithMessage[] | DetailedErrorWithTypeID[];
7272
};
7373

74+
// DetailedApiError is only used by the ingestion client to return more informative error, other clients will use ApiClient.
7475
export class DetailedApiError extends ApiError {
7576
error: DetailedError;
7677

0 commit comments

Comments
 (0)