Versions in this module Expand all Collapse all v1 v1.0.0 Sep 8, 2021 Changes in this version + var ErrAccountNameExists = errors.New("account name exists") + var ErrAccountNameNotExists = errors.New("account name not exists") + var ErrGenerateSecret = errors.New("generate account secret error") + var ErrInvalidExportPath = errors.New("invalid export path") + var ErrMissingRequiredArgument = errors.New("missing required argument")