Class AgentRegistrySpawnError
java.lang.Object
com.github.copilot.generated.rpc.AgentRegistrySpawnResult
com.github.copilot.generated.rpc.AgentRegistrySpawnError
@Generated("copilot-sdk-codegen")
public final class AgentRegistrySpawnError
extends AgentRegistrySpawnResult
`child_process.spawn` itself failed before the child entered the registry.
- Since:
- 1.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()getKind()Returns the discriminator value for this variant.voidvoidsetMessage(String message)
-
Constructor Details
-
AgentRegistrySpawnError
public AgentRegistrySpawnError()
-
-
Method Details
-
getKind
Description copied from class:AgentRegistrySpawnResultReturns the discriminator value for this variant.- Specified by:
getKindin classAgentRegistrySpawnResult- Returns:
- the kind discriminator
-
getMessage
-
setMessage
-
getCode
-
setCode
-