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. |
string Meta.Voice.Logging.IErrorMitigator.GetMitigation ( ErrorCode errorCode ) |
---|
Returns the mitigation for an error code. Parameters errorCode The error code. Returns The mitigation. |
void Meta.Voice.Logging.IErrorMitigator.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. |