AdErrorInfo constructor

AdErrorInfo(
  1. int errorCode,
  2. String errorDescription
)

Implementation

AdErrorInfo(this.errorCode, this.errorDescription);