Server Response
The class when getting response for the Server
Parameters
payload
: The payload to be converted
Attributes
response
: Decoded response that is ready for use.error
: Optionally returns any errors that from the server side.status
: The status code after being converted toenum.Enum
Example usage
Last updated