Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ModulePackageInstallErrorCode

Error codes for the module package installation, updating and uninstallation.

api-version

1

user

Index

Enumeration Members

CANCELED_BY_USER: 1

Canceled by user.

api-version

1

user
ERROR_ALREADY_INSTALLED: 1048577

A module package which has same package name has been already installed.

api-version

1

user
ERROR_BUYER_ACCOUNT_CHANGED: 16777218

Failed to update the module package because buyer account has been changed.

api-version

2

user
ERROR_DURING_BACKDRIVE: 65570

Failed to change state of module package because it is backdrive state.

api-version

2

user
ERROR_DURING_EMERGENCY_STOP: 65579

Failed to change state of module package because it is under emergency stop.

api-version

2

user
ERROR_DURING_EXPORTING_DATA: 65573

Failed to change state of module package because data is being exported

api-version

2

user
ERROR_DURING_FACTORY_RESET: 65577

Failed to change state of module package because factory reset is in progress.

api-version

2

user
ERROR_DURING_HANDGUIDE: 65571

Failed to change state of module package because it is handguiding state.

api-version

2

user
ERROR_DURING_IMPORTING_DATA: 65574

Failed to change state of module package because data is being imported

api-version

2

user
ERROR_DURING_MEASURING: 65568

Failed to change state of module package because it is measuring state.

api-version

2

user
ERROR_DURING_RECOVERY: 65569

Failed to change state of module package because it is recovery state.

api-version

2

user
ERROR_DURING_REMOTE_CONTROL_MODE: 65572

Failed to change state of module package because it is under remote control.

api-version

2

user
ERROR_DURING_RESTORE: 65576

Failed to change state of module package because restore is in progress.

api-version

2

user
ERROR_DURING_SAFETY_STOP: 65578

Failed to change state of module package because it is under safety stop.

api-version

2

user
ERROR_DURING_UPDATE: 65575

Failed to change state of module package because update is in progress.

api-version

2

user
ERROR_FAILED_TO_CLEAR_DATA: 268435457

Failed to clear data of the module which is requested to uninstall.

api-version

1

user
ERROR_FAILED_TO_PARSE: 65540

Failed to parse script files.

api-version

1

user
ERROR_FAILED_TO_STOP: 65543

Failed to stop the module package to update because it is running DRL Program or other reasons.

api-version

1

user
ERROR_INVALID_MANIFEST: 65541

The manifest.json of the module package is not valid.

api-version

1

user
ERROR_INVALID_VERSION: 16777217

Failed to update the module package because the target module package's version is lower or same with the previous package.

api-version

1

user
ERROR_NOT_ALLOWED_CONTROLLER: 65545

The module package is not allowed to install on the Controller.

api-version

1

user
ERROR_NOT_COMPATIBLE_SDK_VERSION: 65546

The module package is not allowed to install on the Controller.

api-version

1

user
ERROR_NOT_ENOUGH_SPACE: 65539

Not enough space in device to install/update the package.

api-version

1

user
ERROR_NOT_INSTALLED: 65544

The requested module package is not installed.

api-version

1

user
ERROR_NOT_TRUSTED: 65542

The module package is not trusted.

api-version

1

user
ERROR_NO_CONTROL_AUTHORITY: 65547

Failed to change state of module package because the Dart-Platform does not have a control authority.

api-version

2

user
ERROR_ON_FRAMEWORK_MODULE: 65552

An error occurred on a framework module package.

api-version

1

user
ERROR_RUNNING_DRL_PROGRAM: 65538

Failed to change state of module package because DRL program is running.

api-version

1

user
ERROR_UNKNOWN: 65537

An unknown error.

api-version

1

user
NO_ERROR: 0

Success to operation

api-version

1

user

Generated using TypeDoc