MCPcopy Create free account
hub / github.com/Preloading/TwitterAPIBridge / Error

Struct Error

twitterv1/errorhandling.go:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type Error struct {
12 Code int `json:"code" xml:"code,attr"`
13 Message string `json:"message" xml:",chardata"`
14}
15
16type BlueskyError struct {
17 Error string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected