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

#include <OrchestrationError.h>

Inherits NSObject.

Properties

NSInteger errorCode
 
NSException * exception
 
NSError * error
 
NSInteger internalErrorCode
 

Detailed Description

The OrchestrationError class is the base class used for asynchronous error management in the Orchestration SDK.

Property Documentation

◆ error

- (NSError*) error
readnonatomicassign

error coming from another SDK

◆ errorCode

- (NSInteger) errorCode
readnonatomicassign

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

◆ exception

- (NSException*) exception
readnonatomicassign

exception attached to the error

◆ internalErrorCode

- (NSInteger) internalErrorCode
readnonatomicassign

Give the intial Error Code coming from one of our SDK 0 otherwise.


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