ErrorResponse constructor

ErrorResponse(
  1. int statusCode,
  2. String errorMessage,
  3. String errorCode
)

Implementation

ErrorResponse(int statusCode, this.errorMessage, this.errorCode)
    : super(statusCode);