EverlinkError constructor

EverlinkError(
  1. String errorCode,
  2. String message
)

Implementation

EverlinkError(this.errorCode, this.message);