DataAfterUnconstrainedData

class DataAfterUnconstrainedData(val message: String?) : SerializationException

Exception thrown if trying to add data after a collection of data marked with Unsized. Since Unsized elements do not indicate an end point, there is no way to know when to stop decoding them.

Constructors

Link copied to clipboard
constructor(message: String?)

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
open override val message: String?