errCode = $decoded['errcode'] ?? NULL; } catch (\JsonException) { $this->errCode = NULL; } } /** * @return int */ public function getHttpCode(): int { return $this->getCode(); } /** * @return string */ public function getContent(): string { return $this->content; } }