ExceptionThrown

data class ExceptionThrown(val errorMessage: String, val command: TrailblazeTool? = null, val stackTrace: String? = null) : TrailblazeToolResult.Error

Constructors

Link copied to clipboard
constructor(errorMessage: String, command: TrailblazeTool? = null, stackTrace: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val command: TrailblazeTool? = null
Link copied to clipboard
open override val errorMessage: String
Link copied to clipboard
val stackTrace: String? = null

Functions

Link copied to clipboard
fun TrailblazeToolResult.toContentString(toolName: String, toolArgs: <Error class: unknown class>): String