Success

data class Success(val data: TimelineData) : ParseResult

Successful parsing result containing the timeline data.

Constructors

Link copied to clipboard
constructor(data: TimelineData)

Properties

Link copied to clipboard

Functions

Link copied to clipboard

Returns the data if successful, or null if failed.

Link copied to clipboard

Returns the data if successful, or throws the contained exception if failed.

Link copied to clipboard

Returns true if the result is an error.

Link copied to clipboard

Returns true if the result is successful.