errors

package
v1.17.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 17, 2025 License: Apache-2.0 Imports: 10 Imported by: 0

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

func FetchAPIErrorDescription(resp *_http.Response) (message string)

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL