PartialFailure constructor

PartialFailure({
  1. String? exceptionType,
  2. String? failureCode,
  3. String? failureDescription,
  4. String? failureResource,
})

Implementation

PartialFailure({
  this.exceptionType,
  this.failureCode,
  this.failureDescription,
  this.failureResource,
});