-
Notifications
You must be signed in to change notification settings - Fork 119
Open
Description
The library provides to many error message properties. They need either a better documentation or we should provide the user an error message function which returns the right message. The following error message properties are available:
- curl_error_message
- http_error_message
- error_message
- getErrorMessage()
I assume that error_message contains the what users are looking for, either its a curl error or a http request error but there is also getErrorMessage() which is equals to curl_error_message.
What could we do to improve the developer experience?