Handle SPBM SecurityError
SPBM APIs throw SecurityError on session expiry. Currently it is unhandled which could result in session reconnection failure. This patch fixes it. Change-Id: Ibbd534464c73cc8afc30ba6ff29b46f9287a83c6
This commit is contained in:
@@ -37,6 +37,7 @@ NO_PERMISSION = 'NoPermission'
|
||||
NOT_AUTHENTICATED = 'NotAuthenticated'
|
||||
TASK_IN_PROGRESS = 'TaskInProgress'
|
||||
DUPLICATE_NAME = 'DuplicateName'
|
||||
SECURITY_ERROR = "SecurityError"
|
||||
|
||||
|
||||
class VimException(Exception):
|
||||
|
||||
Reference in New Issue
Block a user