Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ThrowClientIdAndSecretNotFound ¶
func ThrowClientIdAndSecretNotFound(clientId, clientSecret string) errors.DomainError
Types ¶
type ClientIdAndSecretNotFoundError ¶
type ClientIdAndSecretNotFoundError struct {
// contains filtered or unexported fields
}
func (*ClientIdAndSecretNotFoundError) Error ¶
func (c *ClientIdAndSecretNotFoundError) Error() string
func (*ClientIdAndSecretNotFoundError) GetCode ¶
func (c *ClientIdAndSecretNotFoundError) GetCode() uint
func (*ClientIdAndSecretNotFoundError) GetStatusCode ¶
func (*ClientIdAndSecretNotFoundError) GetStatusCode() int
func (*ClientIdAndSecretNotFoundError) GetTitle ¶
func (c *ClientIdAndSecretNotFoundError) GetTitle() string
Click to show internal directories.
Click to hide internal directories.