This class is used to redact sensitive data from Axios error objects.
Optional
Redacts sensitive data from the Axios rejection error
any of errors that can be thrown by axios
HttpErrorResponse in case of axios error, otherwise passthrough the error
Disables redaction of the query data
the instance of the redactor
Disables redaction of the request data
Disables redaction of the response data
This class is used to redact sensitive data from Axios error objects.