go-openapi/errors

GitHub: go-openapi/errors

Stars: 36 | Forks: 30

# errors [![Tests](https://static.pigsec.cn/wp-content/uploads/repos/2026/06/2da7625300021801.svg)][test-url] [![Coverage](https://codecov.io/gh/go-openapi/errors/branch/master/graph/badge.svg)][cov-url] [![CI vuln scan](https://static.pigsec.cn/wp-content/uploads/repos/2026/06/7f786c5d3b021801.svg)][vuln-scan-url] [![CodeQL](https://static.pigsec.cn/wp-content/uploads/repos/2026/06/8e96310a5b021802.svg)][codeql-url] [![Release](https://badge.fury.io/gh/go-openapi%2Ferrors.svg)][release-url] [![Go Report Card](https://goreportcard.com/badge/github.com/go-openapi/errors)][gocard-url] [![CodeFactor Grade](https://img.shields.io/codefactor/grade/github/go-openapi/errors)][codefactor-url] [![License](http://img.shields.io/badge/license-Apache%20v2-orange.svg)][license-url] [![GoDoc](https://pkg.go.dev/badge/github.com/go-openapi/errors)][godoc-url] [![Discord Channel](https://img.shields.io/discord/1446918742398341256?logo=discord&label=discord&color=blue)][discord-url] [![go version](https://img.shields.io/github/go-mod/go-version/go-openapi/errors)][goversion-url] ![Top language](https://img.shields.io/github/languages/top/go-openapi/errors) ![Commits since latest release](https://img.shields.io/github/commits-since/go-openapi/errors/latest) Shared errors and error interface used throughout the various libraries found in the go-openapi toolkit. ## Announcements Or join our Slack channel: [![Slack Channel](https://a.slack-edge.com/e6a93c1/img/icons/favicon-32.png)![slack-badge]][slack-url] ## Status API is stable. ## Import this library in your project go get github.com/go-openapi/errors ## Basic usage const url = "https://www.example.com/#" errGeneric := New(401,"onvalid argument: %s", url) errNotFound := NotFound("resource not found: %s", url) errNotImplemented := NotImplemented("method: %s", url) ## Change log See
标签:EVTX分析