CustomErrorResponsePolicy constructor

CustomErrorResponsePolicy({
  1. List<CustomErrorResponsePolicyCustomErrorResponseRule> errorResponseRules = const [],
  2. String? errorService,
})

Implementation

CustomErrorResponsePolicy({
  this.errorResponseRules = const [],
  this.errorService,
}) : super(fullyQualifiedName);