Documentation
¶
Index ¶
- func NewConfigContentNotExistsError(key string) error
- func NewConfigFilepathIsDirError(path string) error
- func NewEmptyLogEntryError() error
- func NewFileWriterWriteToDirectoryError(path string) error
- func NewUnSupportedConfigExtensionError(extension string) error
- type ConfigContentNotExistsError
- type ConfigFilePathIsDirError
- type EmptyLogEntryError
- type FileWriterWriteToDirectoryError
- type LocalTimezoneAlreadySetError
- type PromiseCompletedError
- type UnsupportedConfigExtensionError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewEmptyLogEntryError ¶
func NewEmptyLogEntryError() error
Types ¶
type ConfigContentNotExistsError ¶
type ConfigContentNotExistsError struct {
Key string
}
func (ConfigContentNotExistsError) Error ¶
func (e ConfigContentNotExistsError) Error() string
type ConfigFilePathIsDirError ¶
type ConfigFilePathIsDirError struct {
Path string
}
func (ConfigFilePathIsDirError) Error ¶
func (e ConfigFilePathIsDirError) Error() string
type EmptyLogEntryError ¶
type EmptyLogEntryError struct{}
func (EmptyLogEntryError) Error ¶
func (e EmptyLogEntryError) Error() string
type FileWriterWriteToDirectoryError ¶
type FileWriterWriteToDirectoryError struct {
Path string
}
func (FileWriterWriteToDirectoryError) Error ¶
func (e FileWriterWriteToDirectoryError) Error() string
type LocalTimezoneAlreadySetError ¶
type LocalTimezoneAlreadySetError struct{}
func NewLocalTimezoneAlreadySetError ¶
func NewLocalTimezoneAlreadySetError() LocalTimezoneAlreadySetError
func (LocalTimezoneAlreadySetError) Error ¶
func (e LocalTimezoneAlreadySetError) Error() string
type PromiseCompletedError ¶
type PromiseCompletedError struct{}
func NewPromiseCompletedError ¶
func NewPromiseCompletedError() PromiseCompletedError
func (PromiseCompletedError) Error ¶
func (e PromiseCompletedError) Error() string
type UnsupportedConfigExtensionError ¶
type UnsupportedConfigExtensionError struct {
Extension string
}
func (UnsupportedConfigExtensionError) Error ¶
func (e UnsupportedConfigExtensionError) Error() string
Click to show internal directories.
Click to hide internal directories.