failcause property

int? failcause
getter/setter pair

Result code of the update operation.

The options are as follows: 0: Normal. 1: No network is available. 2: JSON exception. 3: Parameter exception. 4: I/O exception. 5: Network exception. 6: Unknown error. 7: Obfuscation is not excluded.

Implementation

int? failcause;