MCPcopy Create free account
hub / github.com/cloudflare/wildebeest / InvalidParamsError

Class InvalidParamsError

backend/src/utils/httpsigjs/parser.ts:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34class InvalidParamsError extends HttpSignatureError {
35 constructor(message: string) {
36 super(message, InvalidParamsError)
37 }
38}
39
40class MissingHeaderError extends HttpSignatureError {
41 constructor(message: string) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected