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

#include <ActivationInputException.h>

Inherits OrchestrationException.

Instance Methods

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

Properties

int errorCode
 

Detailed Description

The ActivationInputException exception is raised during activation-specific flows. Possible error codes are defined in OrchestrationErrorCodes.h

Method Documentation

◆ initWithMessage:errorCode:

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

Constructor

Parameters
messagemessage describing the exception
errorCodeerror code (see OrchestrationErrorCodes.h)

Property Documentation

◆ errorCode

- (int) errorCode
readnonatomicassign

error code attached to the error


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