MCPcopy Create free account
hub / github.com/gogs/gogs / ErrUserNotExist

Struct ErrUserNotExist

internal/database/users.go:672–674  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

670var _ errutil.NotFound = (*ErrUserNotExist)(nil)
671
672type ErrUserNotExist struct {
673 args errutil.Args
674}
675
676// IsErrUserNotExist returns true if the underlying error has the type
677// ErrUserNotExist.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected