Documentation
¶
Overview ¶
Package errors provides common helpers related to errors coming from the web services.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FetchAPIErrorDescription ¶
FetchAPIErrorDescription returns the error message from an API response. This function does not close the response body.
func FetchAPIErrorDescriptionWithContext ¶ added in v1.5.1
func FetchAPIErrorDescriptionWithContext(ctx context.Context, resp *_http.Response) (message string, err error)
FetchAPIErrorDescriptionWithContext returns the error message from an API response. This function does not close the response body.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.