errorCode = $errorCode; $this->statusCode = $statusCode; } /** * Get the error code * * @since 4.8.0 * * @return string */ public function getErrorCode(): string { return $this->errorCode; } /** * Get the HTTP status code * * @since 4.8.0 * * @return int */ public function getStatusCode(): int { return $this->statusCode; } }