tsNetRetrError

Typefunction
DictionaryLCS
LibraryLiveCode Script
Syntax
tsNetRetrError(<pConnectionID>)
Associationstsnet
Summary

Returns the error message of a failed transfer.

EditionIndy
Introduced8.1
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Parameters
NameTypeDescription
pConnectionID

The identifier of the transfer to retrieve.

Example
local tError
put tsNetRetrError("myConnID") into tError
Values
NameTypeDescription
return

The tsNetRetrError returns a string containing the error message explaining why the transfer failed. If the connection identifier is invalid, an error will be returned that starts with "tsneterr:".

RelatedLibrary: tsNet
Description

Returns the error message of a failed transfer.

Tagsexternals