public class FailureRequestDto extends RequestDto
Modifier and Type | Field and Description |
---|---|
protected String |
errorDetails |
protected String |
errorMessage |
protected Map<String,TypedValueField> |
localVariables |
protected int |
retries |
protected long |
retryTimeout |
protected Map<String,TypedValueField> |
variables |
workerId
Constructor and Description |
---|
FailureRequestDto(String workerId,
String errorMessage,
String errorDetails,
int retries,
long retryTimeout,
Map<String,TypedValueField> variables,
Map<String,TypedValueField> localVariables) |
Modifier and Type | Method and Description |
---|---|
String |
getErrorDetails() |
String |
getErrorMessage() |
Map<String,TypedValueField> |
getLocalVariables() |
int |
getRetries() |
long |
getRetryTimeout() |
Map<String,TypedValueField> |
getVariables() |
getWorkerId
protected String errorMessage
protected String errorDetails
protected int retries
protected long retryTimeout
protected Map<String,TypedValueField> variables
protected Map<String,TypedValueField> localVariables
public FailureRequestDto(String workerId, String errorMessage, String errorDetails, int retries, long retryTimeout, Map<String,TypedValueField> variables, Map<String,TypedValueField> localVariables)
public String getErrorMessage()
public String getErrorDetails()
public int getRetries()
public long getRetryTimeout()
public Map<String,TypedValueField> getVariables()
public Map<String,TypedValueField> getLocalVariables()
Copyright © 2022. All rights reserved.