You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A smoke test request was made using the \Alphagov\Notifications\Client::sendSms method.
An error was thrown Warning: Trying to access array offset on null which came from Alphagov\Notifications\Exception\ApiException::__construct at line 19.
From what I can see the APIException is always expecting the body to be defined & have an error key. In this case the stream returned null and led to the error above.
The text was updated successfully, but these errors were encountered:
A smoke test request was made using the
\Alphagov\Notifications\Client::sendSms
method.An error was thrown
Warning: Trying to access array offset on null
which came fromAlphagov\Notifications\Exception\ApiException::__construct at line 19
.From what I can see the APIException is always expecting the body to be defined & have an
error
key. In this case the stream returnednull
and led to the error above.The text was updated successfully, but these errors were encountered: