Árvore de páginas

Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.

...

Erro/Código de erroDescrição

UTE_SUCCESS = 0

'Operation completed successfully'

UTE_CONNECT_TERMINATED = 4

'Connection terminated before operation completed'

UTE_DATAPORT_FAILED = 8

'Invalid port provided'

UTE_SVR_REQUEST_DENIED = 10

'The request was denied by server'

UTE_SVR_DATA_CONNECT_FAILED = 14

'Could not connect to the server'

UTE_FILE_OPEN_ERROR = 27

'Could not open the source file'

UTE_FILE_ERROR = 32

'Could not find the source file'

UTE_NO_RESPONSE = 38

'There was no response by the server'

UTE_RETR_FAILED = 48

'RETR command failed'

UTE_PORT_FAILED = 49

'PORT or PASV command failed'

UTE_LIST_FAILED = 50

'LIST command failed'

UTE_STOR_FAILED = 51

'STOR command failed'

UTE_USER_NA = 62

'USER command failed'

UTE_PASS_NA = 63

'PASS command failed'

UTE_ACCT_NA = 64

'ACCT command failed'

UTE_RNFR_NA = 65

'RNFR command failed'

UTE_RNTO_NA = 66

'RNTO command failed'

UTE_ABORTED = 98

'Connection was aborted'

UTE_BAD_HOSTNAME = 99

'The hostname provided was not valid'

UTE_INVALID_ADDRESS = 100

'Invalid IP address'

UTE_PARAMETER_INVALID_VALUE = 106

'The parameter provided to the method was invalid'

UTE_QUOTE_LINE_IS_EMPTY = 108

'The command send in Quote method was empty'

UTE_REST_COMMAND_NOT_SUPPORTED = 115

'The REST command is not supported by the server'