Skip to content

Response Codes

Flynn, Conor edited this page Dec 5, 2022 · 5 revisions

Introduction

Listed below are all response codes that can be returned by the engine. The codes can both be observed through communication within the engine as well as through responses from the REST API.

Code List

Code Title Description Solution
0 Blank Return used for test cases and default applications. This response should never be generated, if returned please contact developer.
200 Response OK Request was performed successfully. No action required.
220 Stream with given hash exists A stream using the given credentials already exists, using the previously generated stream. No action required.
400 Router not connected Internal error with Router communication. The Routers are on separate managers and cannot communicate packets between one another. Check implementation.
404 Destination not found Router could not find another Router with the given tag to send the Packet to. Validate Router connections. Check implementation.
405 Subtag not found at destination No subtag action was found at the Tag given. Validate Router with given Tag to make sure function with subtag is implemented properly.
406 Delimiter used in API request