You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you call BuildXDR() with critical fields unset, you get an ugly runtime pointer dereference error.
Validate the presence of required struct fields before trying to access them for building. Raise a descriptive error indicating the necessary struct fields.
The text was updated successfully, but these errors were encountered:
If you call
BuildXDR()
with critical fields unset, you get an ugly runtime pointer dereference error.Validate the presence of required struct fields before trying to access them for building. Raise a descriptive error indicating the necessary struct fields.
The text was updated successfully, but these errors were encountered: