12334
│││││
││││└─ Error Reason
│││└── Data Type
││└─── Class
│└──── Module
| Code | Alternative | Explanation |
|---|---|---|
| 0 | - | Value is NULL/NIL/ZERO |
| 1 | - | Value is to small |
| 2 | - | Value is to large |
| 3 | 1 + 2 | Value is out of bounds |
| Code | Alternative | Explanation |
|---|---|---|
| 10 | - | Bool Value |
| 20 | - | Integer String |
| 40 | - | Float String |
| 80 | - | String Value |
| 140 | 20 + 40 + 80 | Date Value |
| 160 | - | Object |
| Code | Alternative | Explanation |
|---|
| Code | Alternative | Explanation |
|---|