Type Alias ErrorPolicyBoolSetting

ErrorPolicyBoolSetting: { treatFalseAsError: boolean }

IMPORT_PATH: "@daiso-tech/core/utilities"

Type declaration

  • treatFalseAsError: boolean

    If true will treat false return values as errors. You can use this with retry middleware to rerun functions that return false.