Package-level declarations

Types

Link copied to clipboard

The ErrorHandler class is responsible for handling and reporting errors encountered by the application.

Link copied to clipboard
class Instructions(val showStepIndex: Boolean, val steps: (error: Throwable) -> Array<String>?)
Link copied to clipboard