AlgoliaApiException constructor

const AlgoliaApiException(
  1. int statusCode,
  2. dynamic error
)

Constructs an AlgoliaApiException with the provided status code and error message.

Implementation

const AlgoliaApiException(this.statusCode, this.error);