Click or drag to resize

ResponseWrapT Properties

The ResponseWrapT type exposes the following members.

Properties
 NameDescription
Public propertyCode An error code which is required when HasError is True. The value should be unique for different types of error conditions.
Public propertyData Arbitrary data expected to be returned when HasError is False. The value may be a scalar value such as a number or string, or it may be a class which will generate JSON in different shapes according to the class type.
Public propertyDetail A optional error details message which may be present when HasError is True.
Public propertyHasError 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.
Public propertyMessage A summary error message which is required when HasError is True.
Top
See Also