1 sharedlibrarycoregameevent EventFailReason
RaidMax edited this page 2023-05-20 22:09:21 -05:00

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

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