Discover Packages
github.com/AzureAD/microsoft-authentication-library-for-go
apps
errors
package
Version:
v1.3.2
Opens a new window with list of versions in this module.
Published: Nov 8, 2024
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 6
Opens a new window with list of known importers.
Documentation
Documentation
¶
As finds the first error in errors chain that matches target,
and if so, sets target to that error value and returns true.
Otherwise, it returns false.
Is reports whether any error in errors chain matches target.
New is equivalent to errors.New().
Verbose prints the most verbose error that the error message has.
CallErr represents an HTTP call error. Has a Verbose() method that allows getting the
http.Request and Response objects. Implements error.
Errors implements error.Error().
Verbose prints a versbose error message with the request or response.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.