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

Struct ErrEmailNotExist

internal/database/users.go:1046–1048  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1044var _ errutil.NotFound = (*ErrEmailNotExist)(nil)
1045
1046type ErrEmailNotExist struct {
1047 args errutil.Args
1048}
1049
1050// IsErrEmailAddressNotExist returns true if the underlying error has the type
1051// ErrEmailNotExist.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected