Documentation ¶
Index ¶
- Variables
- func MakeErrorMessage(message string) string
- func WrapAndTrace(err error, messages ...string) error
- type ActiveOrgFileNotFound
- type BrevError
- type CotterClientError
- type CotterServerError
- type CredentialsFileNotFound
- type DeclineToLoginError
- type InitExistingEndpointsFile
- type InitExistingProjectFile
- type InvalidOrganizationError
- type LocalEndpointFileNotFound
- type LocalProjectFileNotFound
- type SuppressedError
Constants ¶
This section is empty.
Variables ¶
View Source
var NetworkErrorMessage = "possible internet connection problem"
Functions ¶
func MakeErrorMessage ¶
func WrapAndTrace ¶
Types ¶
type ActiveOrgFileNotFound ¶
type ActiveOrgFileNotFound struct{}
func (*ActiveOrgFileNotFound) Directive ¶
func (e *ActiveOrgFileNotFound) Directive() string
func (*ActiveOrgFileNotFound) Error ¶
func (e *ActiveOrgFileNotFound) Error() string
type CotterClientError ¶
type CotterClientError struct{}
func (*CotterClientError) Directive ¶
func (e *CotterClientError) Directive() string
func (*CotterClientError) Error ¶
func (e *CotterClientError) Error() string
type CotterServerError ¶
type CotterServerError struct{}
func (*CotterServerError) Directive ¶
func (e *CotterServerError) Directive() string
func (*CotterServerError) Error ¶
func (e *CotterServerError) Error() string
type CredentialsFileNotFound ¶
type CredentialsFileNotFound struct{}
func (*CredentialsFileNotFound) Directive ¶
func (e *CredentialsFileNotFound) Directive() string
func (*CredentialsFileNotFound) Error ¶
func (e *CredentialsFileNotFound) Error() string
type DeclineToLoginError ¶
type DeclineToLoginError struct{}
func (*DeclineToLoginError) Directive ¶
func (d *DeclineToLoginError) Directive() string
func (*DeclineToLoginError) Error ¶
func (d *DeclineToLoginError) Error() string
type InitExistingEndpointsFile ¶
type InitExistingEndpointsFile struct{}
func (*InitExistingEndpointsFile) Directive ¶
func (e *InitExistingEndpointsFile) Directive() string
func (*InitExistingEndpointsFile) Error ¶
func (e *InitExistingEndpointsFile) Error() string
type InitExistingProjectFile ¶
type InitExistingProjectFile struct{}
func (*InitExistingProjectFile) Directive ¶
func (e *InitExistingProjectFile) Directive() string
func (*InitExistingProjectFile) Error ¶
func (e *InitExistingProjectFile) Error() string
type InvalidOrganizationError ¶
type InvalidOrganizationError struct{}
func (*InvalidOrganizationError) Directive ¶
func (e *InvalidOrganizationError) Directive() string
func (*InvalidOrganizationError) Error ¶
func (e *InvalidOrganizationError) Error() string
type LocalEndpointFileNotFound ¶
type LocalEndpointFileNotFound struct{}
func (*LocalEndpointFileNotFound) Directive ¶
func (e *LocalEndpointFileNotFound) Directive() string
func (*LocalEndpointFileNotFound) Error ¶
func (e *LocalEndpointFileNotFound) Error() string
type LocalProjectFileNotFound ¶
type LocalProjectFileNotFound struct{}
func (*LocalProjectFileNotFound) Directive ¶
func (e *LocalProjectFileNotFound) Directive() string
func (*LocalProjectFileNotFound) Error ¶
func (e *LocalProjectFileNotFound) Error() string
type SuppressedError ¶
type SuppressedError struct{}
func (*SuppressedError) Directive ¶
func (e *SuppressedError) Directive() string
func (*SuppressedError) Error ¶
func (e *SuppressedError) Error() string
Click to show internal directories.
Click to hide internal directories.