Skip to content

sharedlibrarycoregameevent EventFailReason

RaidMax edited this page May 21, 2023 · 1 revision

EventFailReason Public enum

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph SharedLibraryCore.GameEvent
  SharedLibraryCore.GameEvent.EventFailReason[[EventFailReason]]
  end
Loading

Details

Fields

None

Summary

event execution did not fail

Exception

Summary

an internal exception prevented the event from executing

Permission

Summary

event origin didn't have the necessary privileges to execute the command

Invalid

Summary

executing the event would cause an invalid state

Throttle

Summary

client is doing too much of something

Timeout

Summary

the event timed out before completion

Generated with ModularDoc

Clone this wiki locally