1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-27 22:18:36 +02:00
Files
OpenIntegrations/docs/en/md/TCP/Client-methods/Get-last-error.mdx
Vitaly the Alpaca (bot) 9fa6f53c68 Main build (Jenkins)
2025-03-26 11:01:25 +03:00

40 lines
635 B
Plaintext
Vendored

---
sidebar_position: 8
---
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
# Get last error
Gets information about the last error in the connection
`Function GetLastError(Val Connection) Export`
| Parameter | CLI option | Type | Required | Description |
|-|-|-|-|-|
| Connection | - | Arbitrary | ✔ | Connection, see. CreateConnection |
Returns: Map Of KeyAndValue, Undefined - Error information or undefined if there is no error
<br/>
:::caution
**NOCLI:** this method is not available in CLI version
:::
<br/>
```bsl title="1C:Enterprise/OneScript code example"
```