Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrAlreadyVerified ¶
type ErrAlreadyVerified struct{}
Common error types for KYC providers
func (ErrAlreadyVerified) Error ¶
func (e ErrAlreadyVerified) Error() string
type ErrDatabase ¶
type ErrDatabase struct{ Err error }
Common error types for KYC providers
func (ErrDatabase) Error ¶
func (e ErrDatabase) Error() string
type ErrNotFound ¶
type ErrNotFound struct{}
Common error types for KYC providers
func (ErrNotFound) Error ¶
func (e ErrNotFound) Error() string
type ErrProviderResponse ¶
type ErrProviderResponse struct{ Err error }
Common error types for KYC providers
func (ErrProviderResponse) Error ¶
func (e ErrProviderResponse) Error() string
type ErrProviderUnreachable ¶
type ErrProviderUnreachable struct{ Err error }
Common error types for KYC providers
func (ErrProviderUnreachable) Error ¶
func (e ErrProviderUnreachable) Error() string
type ErrSignatureAlreadyUsed ¶
type ErrSignatureAlreadyUsed struct{}
Common error types for KYC providers
func (ErrSignatureAlreadyUsed) Error ¶
func (e ErrSignatureAlreadyUsed) Error() string
Click to show internal directories.
Click to hide internal directories.