/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Script
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Script/ExecutionError.php (1646B)
errorMessage = $errorMessage;
}
public function getErrorMessage()
{
return $this->errorMessage;
}
public function setErrorType($errorType)
{
$this->errorType = $errorType;
}
public function getErrorType()
{
return $this->errorType;
}
/**
* @param Google_Service_Script_ScriptStackTraceElement[]
*/
public function setScriptStackTraceElements($scriptStackTraceElements)
{
$this->scriptStackTraceElements = $scriptStackTraceElements;
}
/**
* @return Google_Service_Script_ScriptStackTraceElement[]
*/
public function getScriptStackTraceElements()
{
return $this->scriptStackTraceElements;
}
}