ErrorMitigator
()
|
Signature
Meta.Voice.Logging.ErrorMitigator.ErrorMitigator() |
GetMitigation
(
errorCode
)
|
Returns the mitigation for an error code.
Signature
string Meta.Voice.Logging.ErrorMitigator.GetMitigation(ErrorCode errorCode) Parameters Returns string
The mitigation.
|
SetMitigation
(
errorCode
, mitigation
)
|
Adds or replaces a mitigation for an error code. This is typically used by external packages to provide their own mitigations.
Signature
void Meta.Voice.Logging.ErrorMitigator.SetMitigation(ErrorCode errorCode, string mitigation) Parameters mitigation: string
The mitigation.
Returns void |