Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrPasswordHash = errors.New("failed to hash password") ErrTypeAssertion = errors.New("type assertion from interface{} failed") ErrJwtNotIssued = errors.New("failed to issue jwt") ErrJwtNotParsed = errors.New("failed to parse jwt") ErrInvalidJwtClaims = errors.New("jwt has invalid claims") ErrInvalidJwt = errors.New("jwt is invalid") ErrDbConnectionFailed = errors.New("failed to connect to database") ErrCacheStoreConnectionFailed = errors.New("failed to connect to cache store") ErrPubSubBrokerConnectionFailed = errors.New("failed to connect to pubsub broker") ErrPubSubBrokerConnectionNotClosed = errors.New("failed to close connection to pubsub broker") )
App errors
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.