Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OAuth2Error ¶
type OAuth2Error struct {
// contains filtered or unexported fields
}
OAuth2Error represents an error regarding the authorization with the Worldline OAuth2 Authorization Server
func NewOAuth2Error ¶
func NewOAuth2Error(message string) *OAuth2Error
NewOAuth2Error creates an OAuth2Error with the given message
func (*OAuth2Error) Error ¶
func (oe *OAuth2Error) Error() string
Error implements the error interface
func (*OAuth2Error) String ¶
func (oe *OAuth2Error) String() string
String implements the Stringer interface
Click to show internal directories.
Click to hide internal directories.