3 writes to ErrorMessage
UnitTests.Common (3)
TestTypes.cs (3)
112return new ResultObject<T> { ErrorCode = anotherResult.ErrorCode, ErrorMessage = anotherResult.ErrorMessage, HttpStatusCode = anotherResult.HttpStatusCode }; 117return new ResultObject<T> { Result = default(T), ErrorCode = 0, ErrorMessage = TestTypes.ErrorMessage.Get(TestTypes.ErrorCode.Ok) }; 123this.ErrorMessage = (ex == null) ? "unexpected" : ex.Message;
1 reference to ErrorMessage
UnitTests.Common (1)
TestTypes.cs (1)
112return new ResultObject<T> { ErrorCode = anotherResult.ErrorCode, ErrorMessage = anotherResult.ErrorMessage, HttpStatusCode = anotherResult.HttpStatusCode };