result property
override
The result of a validate network topology job that has succeeded, null otherwise.
If the job is in progress then a null result is returned until the job successfully completes. If the job fails to complete successfully, Job.error will be set to one of the following error codes:
- ArcGISExceptionType.commonInvalidCall - indicates one of the
following:
- validate network topology is not supported, check UtilityNetworkCapabilities.supportsValidateNetworkTopology.
- network topology is not enabled.
- pending edits exist.
- another session is running validate in the default version.
- a geodatabase transaction is already started.
- ArcGISExceptionType.commonTimeout is set if the server timed out due to the size of the network.
- ArcGISExceptionType.geodatabaseDatabaseClosed is set if a validate operation is called on a closed geodatabase.