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

#include <InputException.h>

Inherits OrchestrationException.

Instance Methods

(instancetype) - initWithMessage:errorCode:
 
- Instance Methods inherited from OrchestrationException
(instancetype) - initWithMessage:
 

Properties

int errorCode
 

Detailed Description

The InputException exception is raised when a user-input error arises.

Method Documentation

◆ initWithMessage:errorCode:

- (instancetype) initWithMessage: (NSString *) message
errorCode: (int) errorCode 

Property Documentation

◆ errorCode

- (int) errorCode
readnonatomicassign

Error code attached to the exception (see OrchestrationErrorCodes.h)


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