semiMinorAxis must be less than or equal to semiMajorAxis. You have them swapped. This causes the exception that you are seeing.
After fixing that, the ellipse displays. However, assuming you intend to show an outlined ellipse, you probably want to set “fill” to false (default is true) and set “outline” to true.
Ellipsoid:
“orientation” is a required property. This describes how to rotate the ellipsoid into the earth’s reference frame. I added an orientation of the identity unit quaternion [0,0,0,1] and the ellipsoid displays.