@rdfjs/wrapper
Preparing search index...
ListRootError
Class ListRootError
An error with an associated term.
See
Term
Nodes in RDF 1.1 Concepts and Abstract Syntax
Hierarchy (
View Summary
)
TermError
ListRootError
Index
Constructors
constructor
Properties
cause?
message
name
stack?
term
Constructors
constructor
new
ListRootError
(
term
:
Term
,
cause
?:
any
)
:
ListRootError
Parameters
term
:
Term
Optional
cause
:
any
Returns
ListRootError
Properties
Optional
cause
cause
?:
unknown
message
message
:
string
name
name
:
string
Optional
stack
stack
?:
string
Readonly
term
term
:
Term
The term associated with this error.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
cause
message
name
stack
term
@rdfjs/wrapper
Loading...
An error with an associated term.
See