#include <OrchestrationServerError.h>
Inherits NSObject.
The OrchestrationServerError
class is the base class used for asynchronous error management in the Orchestration SDK.
◆ initWithReadableMessage:
- (instancetype) initWithReadableMessage: |
|
(NSString *) | readableMessage |
|
Constructor
- Parameters
-
readableMessage | human readable message describing the error |
◆ initWithReadableMessage:customPayload:
- (instancetype) initWithReadableMessage: |
|
(NSString *) | readableMessage |
customPayload: |
|
(nullable NSString *) | customPayload |
Constructor
- Parameters
-
readableMessage | human readable message describing the error |
customPayload | customPayload set by the server integrator which can contain any extra information on the error |
◆ customPayload
- (NSString*) customPayload |
|
readnonatomicassign |
◆ readableMessage
- (NSString*) readableMessage |
|
readnonatomicassign |
The documentation for this class was generated from the following file: