|
LeviLamina
|
Public Types | |
| enum class | Reason : uchar { ExceedsMaxPageLength = 0 , ExceedsMaxPages = 1 , ExceedsTitleLength = 2 } |
Public Member Functions | |
| ScriptBookPageContentError & | operator= (ScriptBookPageContentError const &) |
| MCAPI | ScriptBookPageContentError (::ScriptModuleMinecraft::ScriptBookPageContentError const &) |
| MCAPI void * | $ctor (::ScriptModuleMinecraft::ScriptBookPageContentError const &) |
| MCFOLD void | $dtor () |
| MCAPI void * | $ctor (::std::string_view name, ::ScriptModuleMinecraft::ScriptBookError::Reason reason) |
| MCAPI void * | $ctor (::Scripting::BaseError &&) |
| MCAPI void * | $ctor (::std::string const &name_, ::std::string const &message_) |
| MCAPI void | setCallStack (::std::string _backtrace) |
| MCAPI::std::string | toString () const |
Static Public Member Functions | |
| static MCAPI ::Scripting::ErrorBinding | bind () |
| static MCAPI ::Scripting::EnumBinding | bindReasonEnum () |
Public Attributes | |
| ::ll::TypedStorage< 4, 4, int > | mPageIndex |
| ::ll::TypedStorage< 1, 1, ::ScriptModuleMinecraft::ScriptBookError::Reason > | mErrorReason |
| ::ll::TypedStorage< 8, 32, ::std::string > | name |
| ::ll::TypedStorage< 8, 32, ::std::string > | message |
| ::ll::TypedStorage< 8, 40, ::std::optional<::std::string > > | sourceMapDebugId |
| ::ll::TypedStorage< 8, 24, ::std::vector<::Scripting::CallStackEntry > > | mCallStack |
| ::ll::TypedStorage< 8, 40, ::std::optional<::std::string > > | mCallStackStr |
| ::ll::TypedStorage< 1, 1, bool > | throwAsString |