EUpdateError constructor

EUpdateError(
  1. String nativeError,
  2. String context,
  3. int errorCode,
  4. int previousError,
  5. Object? originalException,
)

Implementation

EUpdateError(String nativeError, this.context, this.errorCode,
    this.previousError, this.originalException)
    : super(formatMsg(nativeError, [context]));