IResponseStatus
Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
public interface IResponseStatus
Properties
ErrorCode
View Source
Declaration
string ErrorCode { get; set; }
ErrorMessage
View Source
Declaration
string ErrorMessage { get; set; }
StackTrace
View Source
Declaration
string StackTrace { get; set; }
IsSuccess
View Source
Declaration
bool IsSuccess { get; }