Documentation
¶
Index ¶
- Constants
- Variables
- func DecryptionError(cause error) fault.Fault
- func EncryptionError(cause error) fault.Fault
- func EnvVarMustBeInteger(varName string, cause error) fault.Fault
- func EnvVarNotDefined(varName string, cause error) fault.Fault
- func PasswordHashingError(cause error) fault.Fault
- func SmtpClientCreationError(cause error) fault.Fault
Constants ¶
View Source
const ( ErrEnvVarUndefined fault.ErrorCode = "LYRAGO000000" ErrInvalidEnvVarType fault.ErrorCode = "LYRAGO000005" ErrCreatingSmtpClient fault.ErrorCode = "LYRAGO000010" ErrEncryption fault.ErrorCode = "LYRAGO000015" ErrDecryption fault.ErrorCode = "LYRAGO000020" ErrHashingPassword fault.ErrorCode = "LYRAGO000025" )
Variables ¶
View Source
var FaultBundle = faultBundle()
Functions ¶
func DecryptionError ¶ added in v0.1.4
func EncryptionError ¶ added in v0.1.4
func PasswordHashingError ¶ added in v0.1.4
func SmtpClientCreationError ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.