Error constructor

Error(
  1. int status,
  2. String message
)

Implementation

Error(this.status, this.message);