Type Definition ClientResult
fastcgi_client
type ClientResult<T> = Result<T, ClientError>;
Result of ClientError.