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
{{ message }}
This repository was archived by the owner on Dec 18, 2024. It is now read-only.
{
"action": "get",
"error": {
"message": "I can not find Vehicle.Speed1 in my db",
"number": 404,
"reason": "Path not found"
},
"requestId": "51a2b9fa-f576-45b3-8767-6c5504b6518b",
"ts": "2022-04-08T11:27:19.1649413639Z"
}
The text was updated successfully, but these errors were encountered:
nayakned
changed the title
Inconsistency in data type of error.number
Inconsistency in data type of returned JSON objects
Apr 10, 2022
This has the consequence that if the subscriptionId is used for unsubscribing as a string, then there may be an unintended side effects in kuksa.val server.
VERBOSE: Receive action: unsubscribe
terminate called after throwing an instance of 'jsoncons::json_runtime_error<std::runtime_error, void>'
what(): Integer overflow
Currently all fields of the request/response JSON object is string.
The only exception is error.number in an event of an error.
Either we need to correct this inconsistency or document the exceptions.
The text was updated successfully, but these errors were encountered: