Package com.veeva.vault.sdk.api.agent
Interface AgentActionError
- All Superinterfaces:
AgentActionResult
Represents an error encountered during agent action execution.
-
Method Summary
Modifier and TypeMethodDescriptionRetrieve the error message.Retrieve the error subtype code.getType()Retrieve the error type.Methods inherited from interface com.veeva.vault.sdk.api.agent.AgentActionResult
getActionInstanceId, getActionName, getAgentInstanceId, getAgentName, getScopeSource
-
Method Details
-
getType
AgentActionErrorType getType()Retrieve the error type.- Returns:
- error type
-
getSubType
String getSubType()Retrieve the error subtype code.- Returns:
- error code
-
getMessage
String getMessage()Retrieve the error message.- Returns:
- error message
-