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

Method notInitialized

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

Source from the content-addressed store, hash-verified

60 }
61
62 public static notInitialized(extraMessage = ""): AuthError {
63 return InitializationError.fromCode(5002, extraMessage);
64 }
65}
66
67/**

Callers 2

storeAuthPayloadMethod · 0.80

Calls 1

fromCodeMethod · 0.45

Tested by

no test coverage detected