Module ethcore::error
[−]
[src]
General error types for use in ethcore.
Re-exports
pub use executed::ExecutionError; |
pub use executed::CallError; |
Structs
| BlockImportError |
The Error type. |
| Error |
The Error type. |
| ImportError |
The Error type. |
Enums
| BlockError |
Errors concerning block processing. |
| BlockImportErrorKind |
The kind of an error. |
| ErrorKind |
The kind of an error. |
| ImportErrorKind |
The kind of an error. |
| TransactionImportError |
Api-level error for transaction import |
Traits
| BlockImportErrorResultExt |
Additional methods for |
| ErrorResultExt |
Additional methods for |
| ImportErrorResultExt |
Additional methods for |
Type Definitions
| EthcoreResult |
Convenient wrapper around |
| ImportErrorResult |
Convenient wrapper around |
| ImportResult |
Result of import block operation. |