docs: ecore_con: add description for efl net dialer errors

This commit is contained in:
Stefan Schmidt 2016-10-20 12:45:48 +02:00
parent 86928a430c
commit 13d92a7c5e
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
var Efl.Net.Dialer.Error.COULDNT_CONNECT: Eina.Error;
var Efl.Net.Dialer.Error.COULDNT_RESOLVE_PROXY: Eina.Error;
var Efl.Net.Dialer.Error.COULDNT_RESOLVE_HOST: Eina.Error;
var Efl.Net.Dialer.Error.PROXY_AUTHENTICATION_FAILED: Eina.Error;
var Efl.Net.Dialer.Error.COULDNT_CONNECT: Eina.Error; [[The dialer could not connect to the remote]]
var Efl.Net.Dialer.Error.COULDNT_RESOLVE_PROXY: Eina.Error; [[The dialer could not resolve the given proxy server]]
var Efl.Net.Dialer.Error.COULDNT_RESOLVE_HOST: Eina.Error; [[The dialer could not resolve the given host name ]]
var Efl.Net.Dialer.Error.PROXY_AUTHENTICATION_FAILED: Eina.Error; [[The dialer failed to authenticate against the proxy server]]
interface Efl.Net.Dialer (Efl.Net.Socket) {
[[Creates a client socket to reach a remote peer.