CustomErrorResponsePolicyCustomErrorResponseRule constructor

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

Implementation

CustomErrorResponsePolicyCustomErrorResponseRule({
  this.matchResponseCodes = const [],
  this.overrideResponseCode,
  this.path,
}) : super(fullyQualifiedName);