Methods
Static
isCompilationError
- isCompilationError(stack): boolean
Parameters
- stack: undefined | string
Returns boolean
Static
isParserError
- isParserError(stack): boolean
Parameters
- stack: undefined | string
Returns boolean
Static
make
- make(error): Error
Returns Error
Represents all the errors coming from the Tact compiler API.