Interface: Exception

January 9, 2021 · View on GitHub

andesitejs / Exports / api/types / Exception

Interface: Exception

api/types.Exception

Hierarchy

  • Exception

Table of contents

Properties

Properties

cause

cause: null | Exception

Cause of the error.

Defined in: api/types.ts:433


class

class: string

Class of the error.

Defined in: api/types.ts:418


message

message: null | string

Message of the error.

Defined in: api/types.ts:423


stack

stack: StackFrame

Stacktrace of the error.

Defined in: api/types.ts:428


suppressed

suppressed: Exception[]

Suppressed errors.

Defined in: api/types.ts:438