Preparing search index...
The search index is not available
twing
twing
TwingRuntimeError
Interface TwingRuntimeError
interface
TwingRuntimeError
{
location
:
TwingErrorLocation
;
message
:
string
;
name
:
"TwingRuntimeError"
;
previous
:
any
;
rootMessage
:
string
;
source
:
TwingSource
;
stack
?:
string
;
appendMessage
(
message
:
string
)
:
void
;
}
Hierarchy (
view full
)
TwingBaseError
<
typeof
runtimeErrorName
>
TwingRuntimeError
Index
Properties
location
message
name
previous
root
Message
source
stack?
Methods
append
Message
Properties
location
location
:
TwingErrorLocation
message
message
:
string
Readonly
name
name
:
"TwingRuntimeError"
Readonly
previous
previous
:
any
Readonly
root
Message
root
Message
:
string
source
source
:
TwingSource
Optional
stack
stack
?:
string
Methods
append
Message
append
Message
(
message
)
:
void
Parameters
message
:
string
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
location
message
name
previous
root
Message
source
stack
Methods
append
Message
twing
Loading...