MCPcopy Create free account
hub / github.com/chirpstack/chirpstack / HandleLoginError

Function HandleLoginError

ui/src/stores/helpers.ts:21–28  ·  view source on GitHub ↗
(e: RpcError)

Source from the content-addressed store, hash-verified

19}
20
21export function HandleLoginError(e: RpcError) {
22 console.log("API error: ", e);
23 notification.error({
24 message: "Error",
25 description: e.message,
26 duration: 3,
27 });
28}

Callers 1

SessionStoreClass · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected