Add project
Basic formatting applied. Unnecessary comments have been removed. Suspicious code is covered by TODO.
This commit is contained in:
8
Hcs.Client/ClientApi/RemoteCaller/IHcsFault.cs
Normal file
8
Hcs.Client/ClientApi/RemoteCaller/IHcsFault.cs
Normal file
@ -0,0 +1,8 @@
|
||||
namespace Hcs.ClientApi.RemoteCaller
|
||||
{
|
||||
public interface IHcsFault
|
||||
{
|
||||
string ErrorCode { get; set; }
|
||||
string ErrorMessage { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user