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
// server → client (always an error — test server)
31
-
{"type":"Error","method":211,"seq":2,"params":"Test passed: received ReceiveUserInfo for user 'alice' (id: a1b2c3d4-e5f6-7890-abcd-ef1234567890) — this is a test server and will not process the request","error_code":{"code":100400},"log_id":"..."}
31
+
{"type":"Error","method":211,"code":100400,"kind":"BadRequest","seq":2,"log_id":"...","params":"ReceiveUserInfo is not processed by this test server"}
32
32
```
33
33
34
34
The optional fields `appPubId` and `token` can also be included:
@@ -76,7 +76,7 @@ With optional fields:
76
76
Expected response (error confirming the test passed):
77
77
78
78
```
79
-
{"type":"Error","method":211,"seq":2,"params":"Test passed: received ReceiveUserInfo for user 'alice' (id: a1b2c3d4-e5f6-7890-abcd-ef1234567890) — this is a test server and will not process the request","error_code":{"code":100400},"log_id":"..."}
79
+
{"type":"Error","method":211,"code":100400,"kind":"BadRequest","seq":2,"log_id":"...","params":"ReceiveUserInfo is not processed by this test server"}
80
80
```
81
81
82
82
## Run with Cloudflare Containers (wrangler dev)
@@ -115,5 +115,5 @@ Or call `ReceiveUserInfo`:
115
115
Expected response:
116
116
117
117
```
118
-
{"type":"Error","method":211,"seq":2,"params":"Test passed: received ReceiveUserInfo for user 'alice' (id: a1b2c3d4-e5f6-7890-abcd-ef1234567890) — this is a test server and will not process the request","error_code":{"code":100400},"log_id":"..."}
118
+
{"type":"Error","method":211,"code":100400,"kind":"BadRequest","seq":2,"log_id":"...","params":"ReceiveUserInfo is not processed by this test server"}
0 commit comments