IHttpError
Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
public interface IHttpError : IHttpResult, IHasOptions
Properties
Message
View Source
Declaration
string Message { get; }
ErrorCode
View Source
Declaration
string ErrorCode { get; }
StackTrace
View Source
Declaration
string StackTrace { get; }