share = $share; $this->step = $step; $this->errorCode = $errorCode; $this->errorMessage = $errorMessage; } public function getShare(): IShare { return $this->share; } public function getStep(): string { return $this->step; } public function getErrorCode(): int { return $this->errorCode; } public function getErrorMessage(): string { return $this->errorMessage; } }