Decoding Error
data class DecodingError( val reason: String?, val sourceValue: TomlValue, val targetType: KType, val cause: Throwable?) : TomlException
Content copied to clipboard
An error occurred while decoding a TOML value into some other Kotlin type.
Constructors
Link copied to clipboard
fun DecodingError( reason: String, sourceValue: TomlValue, targetType: KType)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun DecodingError( reason: String?, sourceValue: TomlValue, targetType: KType, cause: Throwable?)
Content copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard