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

Struct Errors

twitterv1/errorhandling.go:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21type Errors struct {
22 XMLName xml.Name `json:"-" xml:"errors"`
23 Error []Error `json:"errors"`
24}
25
26func ReturnError(c *fiber.Ctx, message string, error_code int, http_error int) error {
27 if c.Query("suppress_response_codes") != "true" {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected