ExceptionOptions constructor
Constructor for creating an instance of ExceptionOptions.
The optional parameter resolveValidationErrorsMap
allows
customization of how validation errors are extracted from
the API response, supporting flexible validation error handling.
Implementation
ExceptionOptions({
this.resolveValidationErrorsMap,
});