2026-05-29 15:43:08 +00:00
|
|
|
// Package errs defines the interfaces implemented by structured errors in the
|
|
|
|
|
// Einherjar framework. These interfaces replace the private duck-typed bridges
|
|
|
|
|
// previously used between logz and xerrors, enforcing the contract at compile time.
|
|
|
|
|
package errs
|