Register an exception
The dApp should call this method when it cannot proceed with the request processing after an exception happens. This method should be the last method ever called by the dApp backend, and it should not expect the call to return. The Rollup HTTP Server will pass the exception info to the Cartesi Server Manager.
- application/json
Request Body
- payload string
Responses
- 200
- default
Accepted the exception throw.
Error response.
- text/plain
- Schema
Schema
- string
Detailed error message.
Loading...