Error constructor

Error(
  1. String code,
  2. int? httpStatusCode,
  3. String? message, {
  4. String? category,
  5. String? id,
  6. String? propertyName,
  7. String? requestId,
})

Implementation

Error(this.code, this.httpStatusCode, this.message,
    {this.category, this.id, this.propertyName, this.requestId});