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) HowToFix ¶ added in v0.2.2
func (e *ModuleDisabledError) HowToFix() 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 NotImplementedError ¶
type NotImplementedError struct {
}
MARK: Not Implemented
func (NotImplementedError) Error ¶
func (NotImplementedError) Error() string
func (NotImplementedError) RestCode ¶
func (NotImplementedError) RestCode() int
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.