GetExceptionDetailsResponse

@Serializable
data class GetExceptionDetailsResponse(val exceptionDetails: ExceptionDetails? = null)

Response type for the RuntimeDomain.getExceptionDetails command.

Constructors

Link copied to clipboard
constructor(exceptionDetails: ExceptionDetails? = null)

Properties

Link copied to clipboard

(undocumented in the protocol definition)