Files
opencloud/vendor/github.com/shamaton/msgpack/v2/errors.go
dependabot[bot] b3e5d80306 chore(deps): bump github.com/shamaton/msgpack/v2 from 2.2.0 to 2.2.2
Bumps [github.com/shamaton/msgpack/v2](https://github.com/shamaton/msgpack) from 2.2.0 to 2.2.2.
- [Release notes](https://github.com/shamaton/msgpack/releases)
- [Commits](https://github.com/shamaton/msgpack/compare/v2.2.0...v2.2.2)

---
updated-dependencies:
- dependency-name: github.com/shamaton/msgpack/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-23 12:57:52 +02:00

9 lines
152 B
Go

package msgpack
import (
"github.com/shamaton/msgpack/v2/def"
)
// Error is used in all msgpack error as the based error.
var Error = def.ErrMsgpack