JSONParseError constructor

JSONParseError(
  1. String message, {
  2. int status = -1,
  3. int retryMs = -1,
  4. String? errorValue,
})

Implementation

JSONParseError(super.message, {super.status, super.retryMs, super.errorValue})
    : super(code: AimuxErrorCode.jsonParse);