You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At present only one error can be set per result, I am thinking that we may need to consider a series of exceptions or callstack and to capture this.
/// <summary>
/// Gets the error message associated with the result.
/// </summary>
public string Error { get; private set; }
/// <summary>
/// Gets the error code associated with the result.
/// </summary>
public int ErrorCode { get; private set; }
The text was updated successfully, but these errors were encountered:
Context
At present only one error can be set per result, I am thinking that we may need to consider a series of exceptions or callstack and to capture this.
The text was updated successfully, but these errors were encountered: