share; } /** * @since 28.0.0 */ public function setError(string $error): void { $this->error = $error; } /** * @since 28.0.0 */ public function getError(): ?string { return $this->error; } }