package
0.0.0-20210609130350-9bc73c2c4317
Repository: https://github.com/lc-work/microsoft-authentication-library-for-go.git
Documentation: pkg.go.dev

# Functions

As finds the first error in errors chain that matches target, and if so, sets target to that error value and returns true.
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.

# Structs

CallErr represents an HTTP call error.