2 writes to ErrorCode
ScenarioTests.Common.Tests (2)
ScenarioTestTypes.cs (2)
111ErrorCode = (int)TestTypes.ErrorCode.Ok, 122ErrorCode = (int)TestTypes.ErrorCode.UserNotAuthenticated,
2 references to ErrorCode
Client.ClientBase.IntegrationTests (2)
MessageInspectorTests.4.4.0.cs (2)
48TestTypes.ErrorCode returnedErrorCode = (TestTypes.ErrorCode)result1.ErrorCode; 55returnedErrorCode = (TestTypes.ErrorCode)result2.ErrorCode;