Appearance
StoreError ​
GameserverMessageStoreError · inbound · 40 bytes
Subscribe with Engine.on("StoreError", fn). Print the live usage block with Engine.help("StoreError").
lua
local Engine = require("sdk.engine")
Engine.on("StoreError", function(ev)
print(ev.code, ev.text)
end)| Name | Kind | Nested |
|---|---|---|
code | u32 | — |
text | str | — |