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
|`Invalid captureID format`| captureID not numeric (must match `^[0-9]{1,20}$`) | Use the numeric ID from capture response |
1151
1233
|`Capture not found` (404) | Unknown captureID | Verify the ID exists in the publisher |
1152
1234
|`Publisher timeout` (504) | Publisher service did not respond | Publisher service may be overloaded; retry later |
1153
-
|`Something went wrong with publishing` (500) | Publisher unreachable after 3 retries | Check that `EXPO_PUBLIC_MCP_URL` is set and the publisher is running |
1235
+
|`Something went wrong with publishing` (500) | Publisher unreachable after 3 retries | Check that `EXPO_PUBLIC_MCP_URL` is set and the publisher is running |
1154
1236
|`At least one filter parameter is required`| Query with no filters | Provide at least one of: `epc`, `from`, `to`, `bizStep`, `bizLocation`, `parentID`, `childEPC`, `inputEPC`, `outputEPC`|
1155
1237
|`Parameter 'to' must be >= 'from'`| Invalid date range | Ensure `to` date is not before `from` date |
1156
1238
|`Parameter 'x' cannot be empty`| Empty string query parameter | Provide a value or omit the parameter entirely |
@@ -1166,8 +1248,8 @@ The system validates against the official GS1 EPCIS 2.0 JSON Schema. Common issu
0 commit comments