Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2020
1,200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. object(SendGrid\Response)#12 (3) {
  2. ["statusCode":protected]=>
  3. int(401)
  4. ["body":protected]=>
  5. string(76) "{"errors":[{"message":"Maximum credits exceeded","field":null,"help":null}]}"
  6. ["headers":protected]=>
  7. array(15) {
  8. [0]=>
  9. string(21) "HTTP/1.1 100 Continue"
  10. [1]=>
  11. string(0) ""
  12. [2]=>
  13. string(25) "HTTP/1.1 401 Unauthorized"
  14. [3]=>
  15. string(13) "Server: nginx"
  16. [4]=>
  17. string(35) "Date: Mon, 02 Mar 2020 15:07:41 GMT"
  18. [5]=>
  19. string(30) "Content-Type: application/json"
  20. [6]=>
  21. string(18) "Content-Length: 76"
  22. [7]=>
  23. string(22) "Connection: keep-alive"
  24. [8]=>
  25. string(57) "Access-Control-Allow-Origin: https://sendgrid.api-docs.io"
  26. [9]=>
  27. string(34) "Access-Control-Allow-Methods: POST"
  28. [10]=>
  29. string(86) "Access-Control-Allow-Headers: Authorization, Content-Type, On-behalf-of, x-sg-elas-acl"
  30. [11]=>
  31. string(27) "Access-Control-Max-Age: 600"
  32. [12]=>
  33. string(74) "X-No-CORS-Reason: https://sendgrid.com/docs/Classroom/Basics/API/cors.html"
  34. [13]=>
  35. string(0) ""
  36. [14]=>
  37. string(0) ""
  38. }
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement