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

#include <OrchestrationServerError.h>

Inherits NSObject.

Instance Methods

(instancetype) - initWithReadableMessage:
 
(instancetype) - initWithReadableMessage:customPayload:
 

Properties

NSString * readableMessage
 
NSString * customPayload
 

Detailed Description

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

Method Documentation

◆ initWithReadableMessage:

- (instancetype) initWithReadableMessage: (NSString *) readableMessage

Constructor

Parameters
readableMessagehuman readable message describing the error

◆ initWithReadableMessage:customPayload:

- (instancetype) initWithReadableMessage: (NSString *) readableMessage
customPayload: (nullable NSString *) customPayload 

Constructor

Parameters
readableMessagehuman readable message describing the error
customPayloadcustomPayload set by the server integrator which can contain any extra information on the error

Property Documentation

◆ customPayload

- (NSString*) customPayload
readnonatomicassign

◆ readableMessage

- (NSString*) readableMessage
readnonatomicassign

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