Skip to content

달빛약속 / core/mod / YaksokError

Class: YaksokError<T> ​

Extends ​

  • Error

Extended by ​

Type Parameters ​

• T = unknown

Constructors ​

new YaksokError() ​

new YaksokError<T>(props): YaksokError<T>

Parameters ​

props ​
position ​

Position

resource ​

T

tokens ​

Token[]

Returns ​

YaksokError<T>

Overrides ​

Error.constructor

Defined in ​

core/error/common.ts:14

Properties ​

child? ​

optional child: YaksokError<unknown>

Defined in ​

core/error/common.ts:12


codeFile? ​

optional codeFile: CodeFile

Defined in ​

core/error/common.ts:11


message ​

message: string

Inherited from ​

Error.message

Defined in ​

node_modules/.deno/typescript@5.7.2/node_modules/typescript/lib/lib.es5.d.ts:1077


name ​

name: string

Inherited from ​

Error.name

Defined in ​

node_modules/.deno/typescript@5.7.2/node_modules/typescript/lib/lib.es5.d.ts:1076


position? ​

optional position: Position

Defined in ​

core/error/common.ts:8


resource? ​

optional resource: T

Defined in ​

core/error/common.ts:10


stack? ​

optional stack: string

Inherited from ​

Error.stack

Defined in ​

node_modules/.deno/typescript@5.7.2/node_modules/typescript/lib/lib.es5.d.ts:1078


tokens? ​

optional tokens: Token[]

Defined in ​

core/error/common.ts:9