errorCode = $errorCode; $this->data = $data; } public function getErrorCode(): string { return $this->errorCode; } public function getData(): array { return $this->data; } }