Result variable
Author: LGTM
import go
from ResultVariable err
where err.getType() = Builtin::error().getType()
select errDescription
Finds result variables of type "error".
import go
from ResultVariable err
where err.getType() = Builtin::error().getType()
select errFinds result variables of type "error".