Hi,
The EROHttpApiException exception is written with text/plain; charset=utf-8 content type.
if you want to return error with other content type, you can use Using OnCustomResponseEvent in a ROSDK Server or return it via TROHttpApiResult.
Hi,
The EROHttpApiException exception is written with text/plain; charset=utf-8 content type.
if you want to return error with other content type, you can use Using OnCustomResponseEvent in a ROSDK Server or return it via TROHttpApiResult.