[][src]Type Definition pallet_contracts::ExecResult

type ExecResult = Result<ExecReturnValue, ExecError>;

The result that is returned from contract execution. It either contains the output buffer or an error describing the reason for failure.