When I try to generate HTML using the test api-key, the error I get is always:
io.carbone.CarboneException: Carbone SDK render error: render_id empty
eventhough the internal error message from the client is:
With a test key, you can only convert in the following format (pdf)
This happens because the CarboneServices always return the message I get when the request was not successful:
if (!resp.isSuccess()) {
throw new CarboneException("Carbone SDK render error: render_id empty");
}
I'd appreciate if the actual message was returned by the SDK.
When I try to generate HTML using the test api-key, the error I get is always:
eventhough the internal error message from the client is:
This happens because the CarboneServices always return the message I get when the request was not successful:
I'd appreciate if the actual message was returned by the SDK.