19 enum class Reason :
int {
20 AlreadyRegistered = 0,
24 NamespaceMismatch = 4,
25 EnumDependencyMissing = 5,
26 UnexpectedEnumName = 6,
37 ScriptCustomCommandError& operator=(ScriptCustomCommandError
const&);
38 ScriptCustomCommandError(ScriptCustomCommandError
const&);
39 ScriptCustomCommandError();
50 MCNAPI static ::Scripting::ErrorBinding
bind();