exceptions library
Classes
- ConnectionException
-
An exception thrown by Nawah.connect if value of parameter
apidoesn't correctly point to Nawah App, or due to any other connection issues - InvalidAuthVarException
-
An exception thrown by Nawah.generateAuthHash uf value of parameter
authVaris not among definedauthAttrsin NawahConfig - InvalidPasswordException
-
An exception thrown by Nawah.generateAuthHash uf value of parameter
passworddoesn't match following criteria: - InvalidPipeLengthException
-
An exception thrown by Nawah.callPipe if value of parameter
pipehas less than two calls - KeyExistException
- An exception thrown by NawahDI.set if called with key for already set
- NoCredsCachedException
-
An exception thrown by Nawah.reauth if no values for
sid,tokenare cached, which are obtained from NawahDI set INawahCache - UserAuthorisedException
- An exception thrown by Nawah.auth if called when user already authorised
- UserNotAuthorisedException
- An exception thrown by Nawah.signout if called when user is not authorised