Error<S, E> constructor

const Error<S, E>(
  1. E _error
)

Receives the E param as the error result.

Implementation

const Error(this._error);