MeiliSearchApiException constructor

MeiliSearchApiException(
  1. String message, {
  2. String? code,
  3. String? link,
  4. String? type,
})

Implementation

MeiliSearchApiException(
  this.message, {
  this.code,
  this.link,
  this.type,
});