package errors

Import Path
	google.golang.org/protobuf/internal/errors (on go.dev)

Dependency Relation
	imports 3 packages, and imported by 10 packages

Involved Source Files Package errors implements functions to manipulate errors. is_go113.go
Package-Level Type Names (total 2, neither is exported)
/* sort exporteds by: | */
Package-Level Functions (total 6, in which 5 are exported)
Is is errors.Is.
New formats a string according to the format specifier and arguments and returns an error that has a "proto" prefix.
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.