package errors
Import Path
google.golang.org/protobuf/internal/errors (on go.dev)
Dependency Relation
imports 3 packages, and imported by 10 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.3.2. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |