fluent-kt
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
fluent-kt
fluent-bundle
/
dev.kbroom.fluent.bundle
/
FluentError
/
ParserError
Parser
Error
data
class
ParserError
(
val
errors
:
List
<
Any
>
)
:
FluentError
(
source
)
Parser errors.
Members
Constructors
Parser
Error
Link copied to clipboard
constructor
(
errors
:
List
<
Any
>
)
Properties
errors
Link copied to clipboard
val
errors
:
List
<
Any
>