{"@context":"https://w3id.org/codemeta/3.0","@type":"SoftwareSourceCode","identifier":"pkg:golang/github.com/stackus/errors","name":"github.com/stackus/errors","description":"Package errors builds on Go 1.13 errors adding HTTP and GRPC code to your errors.\n\nWrap() and Wrapf()\n\nWhen the wrap functions are used with one of the defined Err* constants you get back\nan error that you're able to pass the error through a GRPC server and client or\nuse to build HTTP error messages and set the HTTP status.\n\nWrapping any error other than an Error will return an error with the message formatted\nas \"\u003cmessage\u003e: \u003cerror\u003e\".\n\nWrapping an Error will return an error with an unaltered error message.\n\nThe errors produced with wrap, that have also been wrapped first with an Err* can be\nsend with SendGRPCError() and received with ReceiveGRPCError().\n\nYou may want to create and use GRPC server and client interceptors to avoid having to\ncall the Send/Receive methods in every handler.\n\nThe Err* constants are errors and can be used directly is desired.","version":"v0.1.8","softwareVersion":"v0.1.8","license":"https://spdx.org/licenses/MIT","codeRepository":"https://github.com/stackus/errors","issueTracker":"https://github.com/stackus/errors/issues","url":"https://github.com/stackus/errors","programmingLanguage":{"@type":"ComputerLanguage","name":"Go"},"dateCreated":"2021-05-22","dateModified":"2025-05-07","datePublished":"2025-05-07","copyrightYear":2021,"downloadUrl":"https://proxy.golang.org/github.com/stackus/errors/@v/v0.1.8.zip","softwareHelp":{"@type":"WebSite","url":"https://pkg.go.dev/github.com/stackus/errors#section-documentation"},"applicationCategory":"go","runtimePlatform":"go","developmentStatus":"active","sameAs":["https://pkg.go.dev/github.com/stackus/errors"],"https://www.w3.org/ns/activitystreams#likes":3,"https://forgefed.org/ns#forks":1}