API reference
API reference
Select your platform
No SDKs available
No versions available

RequestCompleteResponse Struct

A request result wrapper which can return a result and error string.
Others
TResult
the type of the result data

Fields

The type of the result data
The error string, if errors occurred. Will be NullOrEmpty otherwise.

Member Functions

Simple constructor with value and error
Parameters
value
The value of the response
error
Any returned error from the request
RequestCompleteResponse
( TValue value )
RequestCompleteResponse
( string error )
Did you find this page helpful?
Thumbs up icon
Thumbs down icon