# CipherUpgradeResult

Dictionary result for the cipherUpgrade method.

Availability
0.8
Extends
Object

NOTE

This is an abstract type. Any object of this structure can be used where this type is used.

# Properties

# code

Availability
0.8
code :Number

Result code. 0 if success or skip. -1 if fail.


# error

Availability
0.8
error :String

Error message if any.


skip :Boolean

returns true if cipher upgrade not necessary. otherwise false.


# success

Availability
0.8
success :Boolean

Returns true if cipher sucessfully upgraded. otherwise false.