Registry / utility / go-ap-errors

go-ap-errors

JSON →
library0.0.0-20260208110149-e1b309365966gogounverified

Package errors provides error handling utilities for ActivityPub applications.

go get github.com/go-ap/errors
INSTALL
IMPORT
SIG · GO-AP-ERRORS
G
go-ap-errors
utilitygov0.0.0-20260208110149-e1b309365966
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

errors
github.com/go-ap/errors

Create a bad request error

package main import ( "fmt" "github.com/go-ap/errors" ) func main() { err := errors.NewBadRequest("invalid input") fmt.Println(err) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20260208110149-e1b309365966latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
go-ap-errors — go get go-ap-errors · libregistry