![]() |
Orchestration SDK 5.10.1
|
#include <InputError.h>
Inherits NSObject.
Instance Methods | |
(instancetype) | - initWithInputException: |
Properties | |
int | errorCode |
NSException * | exception |
The InputError
object is used to provide detailed information about an input related issue during a flow execution.
- (instancetype) initWithInputException: | (InputException *) | exception |
|
readnonatomicassign |
error code attached to the error (see OrchestrationErrorCodes.h)
|
readnonatomicassign |
exception attached to the error