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
Copy file name to clipboardExpand all lines: docs/source/differences-to-vws.rst
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,3 +85,18 @@ NGINX Error cases
85
85
Vuforia uses NGINX.
86
86
This has error handling which is not duplicated in the mock.
87
87
For example, Vuforia returns a 400 (``BAD REQUEST``) response if a header or cookie is given which is larger than 8 KiB.
88
+
89
+
Result codes
90
+
------------
91
+
92
+
Result codes are returned by requests to Vuforia to help with debugging.
93
+
See `How To Interpret VWS API Result Codes <https://library.vuforia.com/articles/Solution/How-To-Use-the-Vuforia-Web-Services-API#How-To-Interperete-VWS-API-Result-Codes>`_ for details of the available result codes.
94
+
There are some result codes which the mock cannot return.
0 commit comments