package errors
Import Path
google.golang.org/protobuf/internal/errors (on go.dev)
Dependency Relation
imports 3 packages, and imported by 13 packages
Involved Source Files
Package errors implements functions to manipulate errors.
Package-Level Type Names (only one)
Package-Level Functions (total 5)
func InvalidUTF8(name string) error func MismatchedSizeCalculation(calculated, measured int) error
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 (only one)
Error is a sentinel matching all errors produced by this package.
![]() |
The pages are generated with Golds v0.8.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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |