Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsAuthError ¶ added in v0.1.7
Types ¶
type AuthError ¶
type AuthError struct {
Message string
Err error
StatusCode int
Details ErrorDetails
}
func NewAuthError ¶
func NewAuthErrorFromErr ¶
func NewAuthErrorWithDetails ¶
func NewAuthErrorWithDetails(err error, status int, details ErrorDetails) *AuthError
type ErrorDetails ¶
Click to show internal directories.
Click to hide internal directories.