AlgoliaApiException constructor
const
AlgoliaApiException(
- int statusCode,
- dynamic error
Constructs an AlgoliaApiException with the provided status code and error message.
Implementation
const AlgoliaApiException(this.statusCode, this.error);