Hoshimi
NPM
GuideAPI
Hoshimi
NPM
Guide
API

ErrorResult

The error result.

API/Interfaces/ErrorResult
hoshimi/src/types/Node.d.ts

Signature

export interface ErrorResult

Properties

2
loadTypedata

Methods

0

No methods.

Properties

loadType#
loadType: LoadType.Error;

The load type of the result.

@type{LoadType.Error}
data#
data: Exception;

The error data of the result.

@type{Exception}