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

#include <ActivationInputError.h>

Inherits NSObject.

Inherited by OnlineActivationInputError.

Instance Methods

(instancetype) - initWithErrorCode:exception:
 
(instancetype) - initWithActivationInputException:
 

Properties

int errorCode
 
NSException * exception
 

Detailed Description

The ActivationInputError object defines errors related to user input occurring during an activation process.

Method Documentation

◆ initWithActivationInputException:

- (instancetype) initWithActivationInputException: (ActivationInputException *) exception

Constructor

Parameters
exceptionexception that contains an error code and an exception

◆ initWithErrorCode:exception:

- (instancetype) initWithErrorCode: (int) errorCode
exception: (nullable NSException *) exception 

Constructor

Parameters
errorCodeerror code (see OrchestrationErrorCodes.h)
exceptionexception

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: