A Biblioteca C GNU/Códigos de erros: diferenças entre revisões

[edição não verificada][edição não verificada]
Conteúdo apagado Conteúdo adicionado
Sem resumo de edição
Sem resumo de edição
Linha 185:
 
???
-->
 
* Macro: int ETIMEDOUT
Uma operação de soquete com tempo limitado não recebeu resposta durante o tempoo esperado.
 
* Macro: int EHOSTDOWNECONNREFUSED
A socket operation with a specified timeout received no response during the timeout period.
Um servidor remoto recusou a permissão da conexão com a rede (normalmente porque ele não está rodando o serviço requerido).
 
* Macro: int ECONNREFUSEDELOOP
Muitos níveis de links simbólicos foram encontrados ao se procurar por um arquivo. Isto normalmente indica um ciclo de links simbólicos.
 
* Macro: int EHOSTUNREACHENAMETOOLONG
A remote host refused to allow the network connection (typically because it is not running the requested service).
O nome do arquivo ou do servidor é longo demais.
 
* Macro: int ELOOPEHOSTDOWN
O servidor remoto de uma conexão à rede requerida caiu.
 
* Macro: int ENOTEMPTYEHOSTUNREACH
Too many levels of symbolic links were encountered in looking up a file name. This often indicates a cycle of symbolic links.
O servidor remoto de uma conexão à rede requerida está inacessível.
 
* Macro: int ENAMETOOLONGENOTEMPTY
Um diretório que esperáva-se estar vazio não está. Tipicamente, este erro ocorre ao tentar apagar um diretório.
 
<!--
Filename too long (longer than PATH_MAX; see Limits for Files) or host name too long (in gethostname or sethostname; see Host Identification).
* Macro: int EPROCLIM
 
— Macro: int EHOSTDOWN
 
The remote host for a requested network connection is down.
 
— Macro: int EHOSTUNREACH
 
The remote host for a requested network connection is not reachable.
 
— Macro: int ENOTEMPTY
 
Directory not empty, where an empty directory was expected. Typically, this error occurs when you are trying to delete a directory.
 
— Macro: int EPROCLIM
 
This means that the per-user limit on new process would be exceeded by an attempted fork. See Limits on Resources, for details on the RLIMIT_NPROC limit.