![]() |
Orchestration SDK 5.10.1
|
#include <PasswordError.h>
Inherits NSObject.
Instance Methods | |
(instancetype) | - initWithPasswordException: |
Properties | |
int | errorCode |
NSException * | exception |
The PasswordError
object is used to provide detailed information about a password related issue during a flow execution.
- (instancetype) initWithPasswordException: | (PasswordException *) | exception |
Constructor
exception | exception returned during a flow execution |
|
readnonatomicassign |
error code attached to the error (see OrchestrationErrorCodes.h)
|
readnonatomicassign |
exception attached to the error