CustomErrorResponsePolicy constructor
CustomErrorResponsePolicy({
- List<
CustomErrorResponsePolicyCustomErrorResponseRule> errorResponseRules = const [], - String? errorService,
Implementation
CustomErrorResponsePolicy({
this.errorResponseRules = const [],
this.errorService,
}) : super(fullyQualifiedName);