package errors
Import Path
google.golang.org/protobuf/internal/errors (on go.dev)
Dependency Relation
imports 3 packages, and imported by 12 packages
Package-Level Type Names (total 2, neither is exported)
Package-Level Functions (total 6, in which 5 are exported)
func InvalidUTF8(name string) error
Is is errors.Is.
New formats a string according to the format specifier and arguments and
returns an error that has a "proto" prefix.
func RequiredNotSet(name string) error
Wrap returns an error that has a "proto" prefix, the formatted string described
by the format specifier and arguments, and a suffix of err. The error wraps err.
Package-Level Variables (total 2, in which 1 are exported)
Error is a sentinel matching all errors produced by this package.
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)