unidown.core.plugin_state

Classes

PluginState(value)

State of a plugin, after it ended or was not found.

class PluginState(value)[source]

Bases: IntEnum

State of a plugin, after it ended or was not found.

END_SUCCESS = 0

successfully end

LOAD_CRASH = 3

Exception was raised while loading/ initializing.

NOT_FOUND = 4

Plugin was not found.

RUN_CRASH = 2

Exception was raised but not PluginError.

RUN_FAIL = 1

PluginError was raised.