IApiResponseDescription
Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
public interface IApiResponseDescription
Properties
StatusCode
The status code of a response
View Source
Declaration
int StatusCode { get; }
Description
The description of a response status code
View Source
Declaration
string Description { get; }