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.types
/
FluentValue
/
Error
Error
@
Serializable
data
class
Error
(
val
message
:
String
)
:
FluentValue
(
source
)
An error value.
Members
Constructors
Error
Link copied to clipboard
constructor
(
message
:
String
)
Properties
message
Link copied to clipboard
val
message
:
String
Functions
as
Any
Link copied to clipboard
fun
asAny
(
)
:
Any
?
Get the underlying value as Any.
as
String
Link copied to clipboard
fun
asString
(
)
:
String
Convert FluentValue to display string.