Error bars in 3D

Is it possible to have error bars in 3D plots using Plots.jl? e.g., for a scatter3d plot.

I see :xerror and :yerror but no :zerror in args.jl

Thanks!