@r47onfire/backolon - v0.0.0
Home
REPL
Language Docs
Github
Preparing search index...
index
ErrorNote
Class ErrorNote
A single note or stack frame attached to a Backolon error.
Implements
Hashed
Index
Constructors
constructor
Properties
hash
message
loc
Methods
format
Constructors
constructor
new
ErrorNote
(
message
:
string
,
loc
:
LocationTrace
)
:
ErrorNote
Parameters
message
:
string
loc
:
LocationTrace
Returns
ErrorNote
Properties
Readonly
hash
hash
:
number
Readonly
message
message
:
string
Readonly
loc
loc
:
LocationTrace
Methods
format
format
(
onSources
:
Record
<
string
,
string
>
)
:
string
Parameters
onSources
:
Record
<
string
,
string
>
Returns
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
hash
message
loc
Methods
format
Home
REPL
Language Docs
Github
@r47onfire/backolon - v0.0.0
Loading...
A single note or stack frame attached to a Backolon error.