ForwardProxyUpdateStatus
Defines the status outcomes of forward proxy update operations.
enum ForwardProxyUpdateStatus {
SAVED
NOT_SAVED
ERROR
}
Values
ForwardProxyUpdateStatus.SAVED
Update was saved successfully.
ForwardProxyUpdateStatus.NOT_SAVED
Update was not saved.
ForwardProxyUpdateStatus.ERROR
Update encountered an error.
Member Of
ForwardProxyUpdateResult object
Was this topic helpful?