package
1.3.0
Repository: https://github.com/avadesian/go-seele.git
Documentation: pkg.go.dev

# Functions

Create creates a seele error with specified error code and parameters.
Get returns a seele error with specified error code.
IsOrContains indicates whether the err is the specified inner error, or the err is StackedError and contains the specified inner error.
New returns an error that formats as the given text.
NewStackedError returns a StackedError with specified inner error and error msg.
NewStackedErrorf returns a StackedError with specified inner error and an error format specifier.

# Constants

ErrAddressLenInvalid is returned when the address length is invalid.
ErrDecrypt error when the passphrase is not right.
ErrEmptyAuthKey error when the auth key is empty.
ErrKeyVersionMismatch error when the auth key version does not match.
ErrPasswordRepeatMismatch is returned when the repeat password is not equal to the origin one.

# Structs

StackedError records errors that occurred in call stack.

# Type aliases

ErrorCode represents the error code type in seele.