Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
postLoginCancelledMessage
Method · 0.80
storeAuthPayload
Method · 0.80
Calls
1
fromCode
Method · 0.45
Tested by
no test coverage detected