DebugInfo

interface DebugInfo

Describes additional debugging info.

Properties

Link copied to clipboard
abstract val detail: String

Additional debugging information provided by the server.

Link copied to clipboard
abstract val stackEntries: List<String>

The stack trace entries indicating where the error occurred.

Functions

Link copied to clipboard
Link copied to clipboard
fun DebugInfo.copy(body: <Error class: unknown class>.() -> Unit = {}): DebugInfo

Copies the original message, including unknown fields.