RequestCompleteResponse Struct
A request result wrapper which can return a result and error string.
OthersTResultthe type of the result data
The type of the result data
The error string, if errors occurred. Will be NullOrEmpty otherwise.
RequestCompleteResponse ( TValue value,
string error )
Simple constructor with value and error
ParametersvalueThe value of the response
errorAny returned error from the request
RequestCompleteResponse ( TValue value )
RequestCompleteResponse ( string error )