Error<T> constructor

Error<T>(
  1. int code,
  2. String message
)

Implementation

Error(this.code, this.message);