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; } }