API reference

ErrorMitigator Class

A database of mitigations for known error codes.

Properties

IVLogger Logger[Get]

Constructors & Destructors

ErrorMitigator ( )
Returns the mitigation for an error code.
Parameters
errorCode
The error code.
Returns
The mitigation.
Adds or replaces a mitigation for an error code. This is typically used by external packages to provide their own mitigations.
Parameters
errorCode
The error code.
mitigation
The mitigation.