Advertisement
Guest User

Untitled

a guest
Feb 24th, 2020
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. 12:49:41.723: The save of preferences to the cloud fails with the error: {
  2. "isError": true,
  3. "message": "Your request was invalid. See the errors for details. while executing HTTP PUT on url https://flowmanager.prd.gcp.gpii.net/0ad0896b-1197-692b-10a6-c6a4da2b7b68/settings",
  4. "isValid": false,
  5. "errors": [
  6. {
  7. "message": "The value supplied should be a(n) number.",
  8. "dataPath": [
  9. "http://registry.gpii.net/common/cursorSize"
  10. ],
  11. "schemaPath": [
  12. "type"
  13. ],
  14. "rule": {
  15. "$schema": "gss-v7-full#",
  16. "title": "Cursor Size",
  17. "description": "Cursor size",
  18. "type": "number",
  19. "default": 0.5,
  20. "minimum": 0,
  21. "maximum": 1,
  22. "multipleOf": 0.1
  23. }
  24. }
  25. ],
  26. "statusCode": 400
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement