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