Open
Description
Most examples are like:
response = sg.client.access_settings.activity.get(query_params=params)
print(response.status_code)
print(response.body)
print(response.headers)
I don't think this is the way to go.. instead, could the examples show how the user is supposed to check for errors?
I think exceptions are used (sometimes)..