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

#include <PasswordException.h>

Inherits OrchestrationException.

Instance Methods

(id) - initWithMessage:errorCode:
 
- Instance Methods inherited from OrchestrationException
(instancetype) - initWithMessage:
 

Properties

int errorCode
 

Detailed Description

The PasswordException exception is raised when a user-input password error arises.

Method Documentation

◆ initWithMessage:errorCode:

- (id) initWithMessage: (NSString *) message
errorCode: (int) errorCode 

Constructor

Parameters
messagemessage describing the exception
errorCodeerror code (see OrchestrationErrorCodes.h)

Property Documentation

◆ errorCode

- (int) errorCode
readnonatomicassign

Error code attached to the exception (see OrchestrationErrorCodes.h)


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