Page 1 of 1

return values of Apply/Check Replication Settings/Credentials

Posted: Fri Oct 24, 2025 8:55 pm
by mete
What does the int return value of these functions ?
ApplyReplicationSettings Method int ApplyReplicationSettings (IVTLReplicationSettings)
CheckReplicationCredentials Method int CheckReplicationCredentials (IVTLReplicationSettings)

Re: return values of Apply/Check Replication Settings/Credentials

Posted: Sat Oct 25, 2025 4:54 am
by yaroslav (staff)
int returns the value that indicates success or failure.

Re: return values of Apply/Check Replication Settings/Credentials

Posted: Sat Oct 25, 2025 10:13 am
by mete
and what are the success and failure codes ? 0=success ? is there a list of error codes ?

Edit: OK 0 is success it seems, it would be nice to know the meaning of error codes.

Re: return values of Apply/Check Replication Settings/Credentials

Posted: Sat Oct 25, 2025 10:50 am
by yaroslav (staff)
Yes, 0 is success.