From fe57dd698d8f03be5ff1ba78c3c43055e83e7933 Mon Sep 17 00:00:00 2001 From: ghost Date: Thu, 21 Dec 2023 04:46:30 +0200 Subject: [PATCH] add request id to the error key --- src/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Client.php b/src/Client.php index 93806bb..d6ea0ea 100644 --- a/src/Client.php +++ b/src/Client.php @@ -90,7 +90,7 @@ class Client else { - $errors[] = curl_error( + $errors[$this->_id][] = curl_error( $this->_curl ); }