AimuxException constructor

AimuxException(
  1. String message, {
  2. int code = AimuxErrorCode.other,
  3. int status = -1,
  4. int retryMs = -1,
  5. String? errorValue,
})

Implementation

AimuxException(
  this.message, {
  this.code = AimuxErrorCode.other,
  this.status = -1,
  this.retryMs = -1,
  this.errorValue,
});