ArmErrorResponse constructor

ArmErrorResponse({
  1. String? message,
  2. bool? status,
  3. dynamic data,
  4. dynamic linkId,
  5. List<Error>? errors,
  6. dynamic errorLevel,
})

Implementation

ArmErrorResponse({
  this.message,
  this.status,
  this.data,
  this.linkId,
  this.errors,
  this.errorLevel,
});