tsNetRetrError |
Type | function |
Dictionary | LCS |
Library | LiveCode Script |
Syntax | tsNetRetrError(<pConnectionID>)
|
Associations | tsnet |
Summary | Returns the error message of a failed transfer.
|
Edition | Indy |
Introduced | 8.1 |
OS | mac, windows, linux, ios, android |
Platforms | desktop, server, mobile |
Parameters | Name | Type | Description |
---|
pConnectionID | | The identifier of the transfer to retrieve.
|
|
Example | local tError
put tsNetRetrError("myConnID") into tError
|
Values | Name | Type | Description |
---|
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:".
|
|
Related | Library: tsNet
|
Description | Returns the error message of a failed transfer.
|
Tags | externals |