github.com/cosmos/cosmos-sdk@v0.50.10/types/errors/doc.go (about)

     1  // Package errors provides a shared set of errors for use in the SDK,
     2  // aliases functionality in the cosmossdk.io/errors module
     3  // that used to be in this package, and provides some helpers for converting
     4  // errors to ABCI response code.
     5  //
     6  // New code should generally import cosmossdk.io/errors directly
     7  // and define a custom set of errors in custom codespace, rather than importing
     8  // this package.
     9  package errors