We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 989139f commit db65096Copy full SHA for db65096
dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php
@@ -102,7 +102,7 @@ private function processErrors($responseBodyArray)
102
}
103
104
105
- throw new \Exception('GraphQL response contains errors: ' . $errorMessage);
+ throw new \Exception('GraphQL response contains errors: ' . json_encode($responseBodyArray));
106
107
throw new \Exception('GraphQL responded with an unknown error: ' . json_encode($responseBodyArray));
108
0 commit comments