TestStateResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A detailed explanation of the cause for the error when the execution of a state fails.

Link copied to clipboard

The error returned when the execution of a state fails.

Link copied to clipboard

Returns additional details about the state's execution, including its input and output data processing flow, and HTTP request and response information. The inspectionLevel request parameter specifies which details are returned.

Link copied to clipboard

The name of the next state to transition to. If you haven't defined a next state in your definition or if the execution of the state fails, this field doesn't contain a value.

Link copied to clipboard

The JSON output data of the state. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

Link copied to clipboard

The execution status of the state.

Functions

Link copied to clipboard
inline fun copy(block: TestStateResponse.Builder.() -> Unit = {}): TestStateResponse
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String