in lib/skywalking/span.lua [196:203]
function _M.errorOccurred(span) if span.is_noop then return span end span.error_occurred = true return span end