TestDetailsResponse

data class TestDetailsResponse(val errorMessage: String, val progressMessages: List<String>)

Additional details about the progress of the running test.

Constructors

Link copied to clipboard
fun TestDetailsResponse(errorMessage: String, progressMessages: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If the TestState is ERROR, then this string will contain human-readable details about the error.

Link copied to clipboard

Human-readable, detailed descriptions of the test's progress. For example: "Provisioning a device", "Starting Test". During the course of execution new data may be appended to the end of progress_messages.