MockErrorResponse constructor
MockErrorResponse({})
Creates an error response configuration.
Implementation
MockErrorResponse({
required this.status,
required this.file,
required this.body,
required this.headers,
required this.delayMs,
required this.rate,
});