Failure constructor

Failure(
  1. ErrorType errorType,
  2. String message
)

Implementation

Failure(this.errorType, this.message);