RunError

data class RunError(val code: RunError.ErrorCode, val message: String)

A data class which represents an error in a Run.

Constructors

Link copied to clipboard
constructor(code: RunError.ErrorCode, message: String)

Types

Link copied to clipboard

Properties

Link copied to clipboard

The reason a run failed

Link copied to clipboard

A human-readable description of the error