Click or drag to resize

ResponseWrapTHasError Property

A flag indicating if the response is an error or not. If the value is True then values are expected in Code and Message to describe the error condition.

Namespace: Orthogonal.Hoarder.StdLib.DTO
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.21
Syntax
C#
public bool HasError { get; }

Property Value

Boolean
See Also