MCPcopy Create free account
hub / github.com/Web3Auth/Auth / invalidParams

Method invalidParams

src/core/errors.ts:58–60  ·  view source on GitHub ↗
(extraMessage = "")

Source from the content-addressed store, hash-verified

56 }
57
58 public static invalidParams(extraMessage = ""): AuthError {
59 return InitializationError.fromCode(5001, extraMessage);
60 }
61
62 public static notInitialized(extraMessage = ""): AuthError {
63 return InitializationError.fromCode(5002, extraMessage);

Callers 2

jrpcUtils.test.tsFile · 0.80
constructorMethod · 0.80

Calls 1

fromCodeMethod · 0.45

Tested by

no test coverage detected