Hoshimi
NPM
GuideAPI
Hoshimi
NPM
Guide
API

Exception

The exception of the result.

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

Signature

export interface Exception

Properties

4
messageseveritycausecauseStackTrace

Methods

0

No methods.

Properties

message#
message: string;

The message of the exception.

@type{string}
severity#
severity: Severity;

The severity of the exception.

@type{Severity}
cause#
cause: string;

The cause of the exception.

@type{string}
causeStackTrace#
causeStackTrace: string;

The cause stack trace of the exception.

@type{string}