Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EncryptionError ¶
type EncryptionError struct {
// contains filtered or unexported fields
}
EncryptionError is returned when a an encryption error occurs.
func (*EncryptionError) Error ¶
func (e *EncryptionError) Error() string
Error returns the error message as a string.
type Error ¶
type Error error
Error represents a database specific error.
func NewEncryptionError ¶
NewEncryptionError wraps a message in an EncryptionError object.
Click to show internal directories.
Click to hide internal directories.