GetExceptionDetailsRequest

@Serializable
data class GetExceptionDetailsRequest(val errorObjectId: RemoteObjectId)(source)

Request object containing input parameters for the RuntimeDomain.getExceptionDetails command.

Constructors

Link copied to clipboard
constructor(errorObjectId: RemoteObjectId)

Properties

Link copied to clipboard

The error object for which to resolve the exception details.