Wasaya/Error
Jump to navigation
Jump to search
Here shows the Error code and what it means.
| Code | Mean |
|---|---|
| 0 | Exited the program normally. |
| 1 | Grammatical errors. |
| -1 | The program is manually terminated by the user. |
| 2 | Math errors. |
| 3 | Failed to find the standard library that this program was hoping to introduce. |
| 5 | You can't assign a value to a keyword. |
| 6 | An error occurred while converting the type. |
| 8 | There is a problem with the value being passed in. |
| 10 | Stack overflow. |
| 19 | Failed to establish a connection to the internet to access the online standard library. |