Orchestration SDK 5.10.1
Loading...
Searching...
No Matches
InputError Class Reference

#include <InputError.h>

Inherits NSObject.

Instance Methods

(instancetype) - initWithInputException:
 

Properties

int errorCode
 
NSException * exception
 

Detailed Description

The InputError object is used to provide detailed information about an input related issue during a flow execution.

Method Documentation

◆ initWithInputException:

- (instancetype) initWithInputException: (InputException *) exception

Property Documentation

◆ errorCode

- (int) errorCode
readnonatomicassign

error code attached to the error (see OrchestrationErrorCodes.h)

◆ exception

- (NSException*) exception
readnonatomicassign

exception attached to the error


The documentation for this class was generated from the following file: