`{:ok, env}` - after successful HTTP transaction (with status, headers, body) `{:error, reason}` - all connection errors, nxdomain, connrefused etc - [x] Change the return type to `{:ok, Tesla.Env.t} | {:error, error}` - [x] Update README - [x] Update all docs