![]() |
Orchestration SDK 5.10.1
|
#include <OrchestrationException.h>
Inherits NSException.
Inherited by ActivationInputException, InputException, and PasswordException.
Instance Methods | |
(instancetype) | - initWithMessage: |
The OrchestrationException
is the general exception raised by the Orchestration SDK.
- (instancetype) initWithMessage: | (NSString *) | message |
Constructor
message | message describing the exception |