Parse Result
Sealed class representing the result of a parsing operation.
Inheritors
Types
Link copied to clipboard
data class Error(val exception: Throwable, val message: String = exception.message ?: "Unknown error") : ParseResult
Failed parsing result containing error information.
Link copied to clipboard
Successful parsing result containing the timeline data.