CustomErrorResponsePolicy constructor

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

Implementation

CustomErrorResponsePolicy({this.errorResponseRules, this.errorService});