FallbackStrategy Type
Fallback strategy when primary execution fails
Union cases
| Union case |
Description
|
|
Try an alternative provider/agent
|
Full Usage:
Cached
|
Return cached result if available |
Full Usage:
DefaultValue string
Parameters:
string
|
Return a default value
|
Full Usage:
None
|
No fallback — propagate the error |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsAlternative
Returns: bool
|
|
Full Usage:
this.IsCached
Returns: bool
|
|
Full Usage:
this.IsDefaultValue
Returns: bool
|
|
Full Usage:
this.IsNone
Returns: bool
|
|
Nao