records = $records; $this->error = $error; } /** * @return array */ public function getRecords(): array { return $this->records; } public function withError(): bool { return $this->error; } }