Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ModuleDisabledError ¶ added in v0.2.2
type ModuleDisabledError struct {
Module string
}
MARK: Module Disabled
func (*ModuleDisabledError) Error ¶ added in v0.2.2
func (e *ModuleDisabledError) Error() string
func (*ModuleDisabledError) TroubleshootingTip ¶ added in v0.2.19
func (e *ModuleDisabledError) TroubleshootingTip() string
type ModuleNotInitializedError ¶ added in v0.2.2
type ModuleNotInitializedError struct {
Module string
}
func (*ModuleNotInitializedError) Error ¶ added in v0.2.2
func (e *ModuleNotInitializedError) Error() string
type UnsupportedDatabaseEngineError ¶ added in v0.2.2
type UnsupportedDatabaseEngineError struct {
Engine string
}
MARK: UnsupportedDatabaseEngineError
func (*UnsupportedDatabaseEngineError) Error ¶ added in v0.2.2
func (e *UnsupportedDatabaseEngineError) Error() string
Click to show internal directories.
Click to hide internal directories.