Skip to content

__Error__

Hyomoto edited this page Jun 13, 2021 · 4 revisions
Jump To Go Back Methods Variables

Error( )

Implements: Struct

Error is an inheritable type for building Errors. It provides a convenient point of entry and formatting for GML errors and is used by all errors thrown by FAST.

Methods

Jump To top from_error conc toString

from_error( _err )

Name Type Purpose
_err undef No description

No description.


conc( )

Name Type Purpose
None

No description.


toString( )

Name Type Purpose
None

No description.


Variables

Jump To top
Name Type Initial Purpose
Width undef 92 No description.
message undef "" No description.
longMessage undef "" No description.
stacktrace undef [] No description.
script undef "" No description.
Clone this wiki locally