Module ethcore::error
[−]
[src]
General error types for use in ethcore.
Enums
BlockError |
Errors concerning block processing. |
CallError |
Result of executing the transaction. |
Error |
General error type which should be capable of representing all errors in ethcore. |
ExecutionError |
Result of executing the transaction. |
ImportError |
Import to the block queue result |
TransactionError |
Errors concerning transaction processing. |
Type Definitions
ImportResult |
Result of import block operation. |