ErrorResponse constructor

ErrorResponse(
  1. int statusCode,
  2. String message,
  3. String displayMessage
)

Implementation

ErrorResponse(this.statusCode, this.message, this.displayMessage);