Skip to main content

EmptyResponse

void methods that still need to return error information can return an EmptyResponse

Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
[DataContract]
public class EmptyResponse : IHasResponseStatus

Properties

ResponseStatus

View Source
Declaration
[DataMember(Order = 1)]
public ResponseStatus ResponseStatus { get; set; }

Implements