ErrorResponse
Generic ResponseStatus for when Response Type can't be inferred. In schema-less formats like JSON, JSV it has the same shape as a typed Response DTO
Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
[DataContract]
public class ErrorResponse : IHasResponseStatus
Properties
ResponseStatus
View Source
Declaration
[DataMember(Order = 1)]
public ResponseStatus ResponseStatus { get; set; }