The connection to the synchronization was successful.
+An error occurred while testing the synchronization.
- An error occurred while testing the connection: {{ - synchronizationStore.synchronizationTest - ? synchronizationStore.synchronizationTest.message + +
The connection to the synchronization was successful.
++ An error occurred while testing the connection: {{ + synchronizationStore.synchronizationTest ? synchronizationStore.synchronizationTest.message - : synchronizationStore.synchronizationTest.error - : response?.statusMessage - ? response?.statusMessage - : `${response?.status} - ${response?.statusText}` - }} -
-Status: {{ response?.statusText }} ({{ response?.status }})
-Response time: {{ response?.responseTime ?? 'Onbekend' }} (Milliseconds)
-Size: {{ response?.size ?? 'Onbekend' }} (Bytes)
-Remote IP: {{ response?.remoteIp }}
-Headers: {{ response?.headers }}
-Body: {{ response?.body }}
+Status: {{ response?.statusText }} ({{ response?.status }})
+Response time: {{ response?.responseTime ?? 'Onbekend' }} (Milliseconds)
+Size: {{ response?.size ?? 'Onbekend' }} (Bytes)
+Remote IP: {{ response?.remoteIp ?? 'Onbekend' }}
+Headers: {{ response?.headers }}
+Body: {{ response?.body }}
+