Interface ApplicationFailureInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ApplicationFailureInfo,ApplicationFailureInfo.Builder
@Generated(value="protoc",
comments="annotations:ApplicationFailureInfoOrBuilder.java.pb.meta")
public interface ApplicationFailureInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.temporal.api.enums.v1.ApplicationErrorCategory category = 5;int.temporal.api.enums.v1.ApplicationErrorCategory category = 5;.temporal.api.common.v1.Payloads details = 3;.temporal.api.common.v1.Payloads details = 3;com.google.protobuf.Durationnext_retry_delay can be used by the client to override the activity retry interval calculated by the retry policy.com.google.protobuf.DurationOrBuildernext_retry_delay can be used by the client to override the activity retry interval calculated by the retry policy.booleanbool non_retryable = 2;getType()string type = 1;com.google.protobuf.ByteStringstring type = 1;boolean.temporal.api.common.v1.Payloads details = 3;booleannext_retry_delay can be used by the client to override the activity retry interval calculated by the retry policy.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getType
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()string type = 1;- Returns:
- The bytes for type.
-
getNonRetryable
boolean getNonRetryable()bool non_retryable = 2;- Returns:
- The nonRetryable.
-
hasDetails
boolean hasDetails().temporal.api.common.v1.Payloads details = 3;- Returns:
- Whether the details field is set.
-
getDetails
-
getDetailsOrBuilder
PayloadsOrBuilder getDetailsOrBuilder().temporal.api.common.v1.Payloads details = 3; -
hasNextRetryDelay
boolean hasNextRetryDelay()next_retry_delay can be used by the client to override the activity retry interval calculated by the retry policy. Retry attempts will still be subject to the maximum retries limit and total time limit defined by the policy.
.google.protobuf.Duration next_retry_delay = 4;- Returns:
- Whether the nextRetryDelay field is set.
-
getNextRetryDelay
com.google.protobuf.Duration getNextRetryDelay()next_retry_delay can be used by the client to override the activity retry interval calculated by the retry policy. Retry attempts will still be subject to the maximum retries limit and total time limit defined by the policy.
.google.protobuf.Duration next_retry_delay = 4;- Returns:
- The nextRetryDelay.
-
getNextRetryDelayOrBuilder
com.google.protobuf.DurationOrBuilder getNextRetryDelayOrBuilder()next_retry_delay can be used by the client to override the activity retry interval calculated by the retry policy. Retry attempts will still be subject to the maximum retries limit and total time limit defined by the policy.
.google.protobuf.Duration next_retry_delay = 4; -
getCategoryValue
int getCategoryValue().temporal.api.enums.v1.ApplicationErrorCategory category = 5;- Returns:
- The enum numeric value on the wire for category.
-
getCategory
ApplicationErrorCategory getCategory().temporal.api.enums.v1.ApplicationErrorCategory category = 5;- Returns:
- The category.
-