19 enum class Reason : uchar {
20 ExceedsMaxPageLength = 0,
22 ExceedsTitleLength = 2,
40 MCNAPI
ScriptBookError(::std::string_view name, ::ScriptModuleMinecraft::ScriptBookError::Reason reason);
48 MCNAPI static ::Scripting::ErrorBinding
bind();
56 MCNAPI
void*
$ctor(::std::string_view name, ::ScriptModuleMinecraft::ScriptBookError::Reason reason);