OrgParsingError

@Serializable
data class OrgParsingError(val message: String, var tokens: List<Token> = emptyList()) : OrgElem

Represents parsing error of all kinds

Constructors

Link copied to clipboard
constructor(message: String, tokens: List<Token> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard
open override var tokens: List<Token>