CustomErrorResponsePolicyCustomErrorResponseRule constructor

CustomErrorResponsePolicyCustomErrorResponseRule({
  1. List<String>? matchResponseCodes,
  2. int? overrideResponseCode,
  3. String? path,
})

Implementation

CustomErrorResponsePolicyCustomErrorResponseRule({
  this.matchResponseCodes,
  this.overrideResponseCode,
  this.path,
});