Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountNotFoundError ¶
type AccountNotFoundError struct {
AccountName string
}
AccountNotFoundError represents an account not found error
func (*AccountNotFoundError) Error ¶
func (e *AccountNotFoundError) Error() string
type AuthError ¶
AuthError represents an authentication error
func NewAuthError ¶
NewAuthError creates a new authentication error
type ConfigurationError ¶
ConfigurationError represents a configuration error
func (*ConfigurationError) Error ¶
func (e *ConfigurationError) Error() string
type InvalidAPIKeyError ¶
type InvalidAPIKeyError struct {
Reason string
}
InvalidAPIKeyError represents an invalid API key format error
func (*InvalidAPIKeyError) Error ¶
func (e *InvalidAPIKeyError) Error() string
type NoCurrentAccountError ¶
type NoCurrentAccountError struct{}
NoCurrentAccountError represents no current account error
func (*NoCurrentAccountError) Error ¶
func (e *NoCurrentAccountError) Error() string
type NoOrganizationSelectedError ¶
type NoOrganizationSelectedError struct {
AccountName string
}
NoOrganizationSelectedError represents no organization selected error
func (*NoOrganizationSelectedError) Error ¶
func (e *NoOrganizationSelectedError) Error() string
type OrganizationNotFoundError ¶
OrganizationNotFoundError represents an organization not found error
func (*OrganizationNotFoundError) Error ¶
func (e *OrganizationNotFoundError) Error() string
type TokenExpiredError ¶
TokenExpiredError represents an expired token error
func (*TokenExpiredError) Error ¶
func (e *TokenExpiredError) Error() string
Click to show internal directories.
Click to hide internal directories.