Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrAccessDenied = errors.New("Access denied") ErrInvalidEntityType = errors.New("Invalid entity type") ErrNotSupported = errors.New("Not supported") ErrConnectionTimeout = errors.New("Connection timeout") ErrOperationNotAllowed = errors.New("Operation not allowed") // domain errors ErrDomainPremium = errors.New("domain is premium") ErrDomainPriceExceeded = errors.New("domain price exceeds the maximum allowed price") ErrDomainPriceNotFound = errors.New("domain price not found") ErrDomainConfigurationFailed = errors.New("domain configuration failed") ErrDomainNotFound = errors.New("domain not found") // mailbox errors ErrMailboxExists = errors.New("mailbox already exists") // validation errors ErrLinkedInUsed = errors.New("linkedin url is already used") ErrEmailUsed = errors.New("Email is already used") )
Functions ¶
func SkipTracing ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.