A series of functions that handle statuses, returns a number based on the function called.
Methods
(static) status_error() → {number}
A function for handling an error status
Returns:
-1
- Type
- number
(static) status_success() → {number}
A function for handling a success status
Returns:
1
- Type
- number
(static) status_unknown() → {number}
A function for handling an unknown status
Returns:
0
- Type
- number