Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 768 Bytes

File metadata and controls

18 lines (10 loc) · 768 Bytes

SfvbRenderResponse

Properties

Name Type Description Notes
errors List<SfvbErrorDetail> Why the render failed. Always populated when success is false. [optional]
html String Rendered HTML. [optional]
pendingTranslationCount Integer Number of strings still awaiting translation in the requested language. [optional]
success Boolean True when HTML was produced. [optional]
truncated Boolean True when the HTML was cut short. [optional]
warnings List<SfvbErrorDetail> Quality warnings about the rendered node. [optional]