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