MdsError constructor

MdsError(
  1. int status,
  2. String error
)

Implementation

MdsError(this.status, this.error);