CErr<Value, Error> constructor

const CErr<Value, Error>(
  1. Error error
)

Implementation

const CErr(this.error);