Variable Result.error

Error.

struct Result
{
  // ...
  E error ;
  // ...
}