Mermaid Render Exception
class MermaidRenderException(val kind: MermaidErrorKind, val backendId: String, message: String, cause: Throwable) : RuntimeException
Unchecked rendering failure translated from a backend-specific native error.