Namespace: are

are

A series of functions that handle statuses, returns a number based on the function called.

Source:

Methods

(static) status_error() → {number}

A function for handling an error status

Source:
Returns:

-1

Type
number

(static) status_success() → {number}

A function for handling a success status

Source:
Returns:

1

Type
number

(static) status_unknown() → {number}

A function for handling an unknown status

Source:
Returns:

0

Type
number