public interface FailedInstruction
extends com.opencloud.rhino.cmp.Encodable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COMPONENT_TYPE_KEY
Component Type Key in the Instruction Details Map.
|
static java.lang.String |
FAILED_REASON_KEY
Failed Reason Key in the Instruction Details Map (if set).
|
static java.lang.String |
INSTRUCTION_KEY
Instruction Key in the Instruction Details Map.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Exception |
getException()
Exception if thrown whilst Executing Instruction.
|
java.util.Map<java.lang.String,java.lang.String> |
getInstructionDetails()
Returns the failed instruction's details.
|
static final java.lang.String COMPONENT_TYPE_KEY
static final java.lang.String INSTRUCTION_KEY
static final java.lang.String FAILED_REASON_KEY
java.util.Map<java.lang.String,java.lang.String> getInstructionDetails()
java.lang.Exception getException()
Copyright © OpenCloud. All Rights Reserved.