ClientResult typedef

ClientResult = (ClientResponse?, ClientException?)

A result type for HTTP requests containing either a response or an error.

Implementation

typedef ClientResult = (ClientResponse?, ClientException?);