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
Above class is private to govmomi/vim25/soap package. Therefore even VMWare API returns detail error description i.e fault.Detail.Fault. One can not log this information or not able to access the details. Therefore debugging of issue become difficult.
Ask:
i) The above class and attribute fault should be visible out side the govmomi package so that one can log the details error description given by VMWare API.
ii) Or there should be better error handling so that caller should know more details about actual issue.
The text was updated successfully, but these errors were encountered:
This issue is stale because it has been open for 90 days with no
activity. It will automatically close after 30 more days of
inactivity. Mark as fresh by adding the comment /remove-lifecycle stale.
Please refer https://github.com/vmware/govmomi/blob/master/vim25/soap/error.go and class
type soapFaultError struct {
fault *Fault
}
Above class is private to govmomi/vim25/soap package. Therefore even VMWare API returns detail error description i.e fault.Detail.Fault. One can not log this information or not able to access the details. Therefore debugging of issue become difficult.
Ask:
i) The above class and attribute fault should be visible out side the govmomi package so that one can log the details error description given by VMWare API.
ii) Or there should be better error handling so that caller should know more details about actual issue.
The text was updated successfully, but these errors were encountered: