on macRecorderError errNum
  put getErrorString("macRecorder",errNum) into errorString
  answer "Failed with error" && errorString with "OK"
end macRecorderError