MermaidRenderException

class MermaidRenderException(val kind: MermaidErrorKind, val backendId: String, message: String, cause: Throwable) : RuntimeException

Unchecked rendering failure translated from a backend-specific native error.

Constructors

Link copied to clipboard
constructor(kind: MermaidErrorKind, backendId: String, message: String, cause: Throwable)

Properties

Link copied to clipboard

backend identifier such as merman or mermaid-rs

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard

stable high-level classification

Link copied to clipboard
open val message: String?