InspectionDataResponse

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

Types

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

Properties

Link copied to clipboard
val body: String?

The HTTP response returned.

Link copied to clipboard

The response headers associated with the HTTP response.

Link copied to clipboard

The protocol used to return the HTTP response.

Link copied to clipboard

The HTTP response status code for the HTTP response.

Link copied to clipboard

The message associated with the HTTP status code.

Functions

Link copied to clipboard
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