Internal
Type guard for determining whether a given object conforms to the Error interface.
true if the object conforms to the Error interface, otherwise false.
true
false
Intended for internal use; may not be exported in future.
The object.
Generated using TypeDoc
Type guard for determining whether a given object conforms to the Error interface.
Returns
true
if the object conforms to the Error interface, otherwisefalse
.Remarks
Intended for internal use; may not be exported in future.