Discover Packages
e.coding.net/nb-shenyang/byn/protobuf-go
internal
errors
package
Version:
v0.0.0-...-bb96f36
Opens a new window with list of versions in this module.
Published: May 11, 2023
License: BSD-3-Clause
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package errors implements functions to manipulate errors.
View Source
var Error = errors .New ("protobuf error")
Error is a sentinel matching all errors produced by this package.
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.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.