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

#include <PasswordError.h>

Inherits NSObject.

Instance Methods

(instancetype) - initWithPasswordException:
 

Properties

int errorCode
 
NSException * exception
 

Detailed Description

The PasswordError object is used to provide detailed information about a password related issue during a flow execution.

Method Documentation

◆ initWithPasswordException:

- (instancetype) initWithPasswordException: (PasswordException *) exception

Constructor

Parameters
exceptionexception returned during a flow execution

Property Documentation

◆ errorCode

- (int) errorCode
readnonatomicassign

error code attached to the error (see OrchestrationErrorCodes.h)

◆ exception

- (NSException*) exception
readnonatomicassign

exception attached to the error


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