axios-error-redact
    Preparing search index...

    Interface AxiosErrorRedactorOptions

    interface AxiosErrorRedactorOptions {
        redactQueryDataEnabled?: boolean;
        redactRequestDataEnabled?: boolean;
        redactResponseDataEnabled?: boolean;
    }
    Index

    Properties

    redactQueryDataEnabled?: boolean

    whether to redact query data

    true
    
    redactRequestDataEnabled?: boolean

    whether to redact request data

    true
    
    redactResponseDataEnabled?: boolean

    whether to redact response data

    true