You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`TransactionPrecheckError`|`TRANSACTION_PRECHECK_ERROR`| No | Hedera precheck failures before submission (bad input, wrong payer) |
136
+
|`TransactionValidationError`|`TRANSACTION_VALIDATION_ERROR`| No | Invalid parameters detected while building a transaction |
137
+
|`StateError`|`STATE_ERROR`| No | State corruption, invalid state |
138
+
|`FileError`|`FILE_ERROR`| No | File I/O errors |
139
+
|`InternalError`|`INTERNAL_ERROR`| No | Unexpected internal failures; catch-all for unclassified errors |
137
140
138
141
**Note**: All errors exit with code 1. Scripts should use the JSON `code` field to differentiate error types. Human output uses `CliError.getTemplate()`; by default it renders `{{message}}`.
0 commit comments