static ErrorMitigator | Instance[Get] |
ErrorMitigator ( ) | |
string | GetMitigation ( ErrorCode errorCode ) Returns the mitigation for an error code. |
void | Adds or replaces a mitigation for an error code. This is typically used by external packages to provide their own mitigations. |
ErrorMitigator Meta.Voice.Logging.ErrorMitigator.Instance |
---|
No description available.
|
Meta.Voice.Logging.ErrorMitigator.ErrorMitigator ( ) |
---|
No description available.
|
string Meta.Voice.Logging.ErrorMitigator.GetMitigation ( ErrorCode errorCode ) |
---|
Returns the mitigation for an error code. Parameters errorCode The error code. Returns The mitigation. |
void Meta.Voice.Logging.ErrorMitigator.SetMitigation ( ErrorCode errorCode, string 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. mitigationThe mitigation. |