Class ActivityExecutionAlreadyStartedFailure

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
io.temporal.api.errordetails.v1.ActivityExecutionAlreadyStartedFailure
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, ActivityExecutionAlreadyStartedFailureOrBuilder, Serializable

@Generated(value="protoc", comments="annotations:ActivityExecutionAlreadyStartedFailure.java.pb.meta") public final class ActivityExecutionAlreadyStartedFailure extends com.google.protobuf.GeneratedMessageV3 implements ActivityExecutionAlreadyStartedFailureOrBuilder
 An error indicating that an activity execution failed to start. Returned when there is an existing activity with the
 given activity ID, and the given ID reuse and conflict policies do not permit starting a new one or attaching to an
 existing one.
 
Protobuf type temporal.api.errordetails.v1.ActivityExecutionAlreadyStartedFailure
See Also: