![]() |
Orchestration SDK 5.7.0
|
#import <OrchestrationServerError.h>
Inherits NSObject.
Instance Methods | |
(instancetype) | - initWithReadableMessage: |
(instancetype) | - initWithReadableMessage:customPayload: |
Properties | |
NSString * | readableMessage |
NSString * | customPayload |
The OrchestrationServerError
class is the base class used for asynchronous error management in the Orchestration SDK.
- (instancetype) initWithReadableMessage: | (NSString *) | readableMessage |
Constructor
readableMessage | human readable message describing the error |
- (instancetype) initWithReadableMessage: | (NSString *) | readableMessage | |
customPayload: | (nullable NSString *) | customPayload | |
Constructor
readableMessage | human readable message describing the error |
customPayload | customPayload set by the server integrator which can contain any extra information on the error |
|
readnonatomicassign |
|
readnonatomicassign |