Input Type | Accessed Type | Description | Notes |
---|---|---|---|
dict, frozendict.frozendict, | frozendict.frozendict, |
Key | Input Type | Accessed Type | Description | Notes |
---|---|---|---|---|
code | str, | str, | [optional] must be one of ["INTERNAL_ERROR", "INVALID_STATE", "SERVICE_DISABLED", "INVALID_CONFIGURATION", "INVALID_SECURITY_CONFIGURATION", "INVALID_PASSWORD", "SOFTWARE_INVALID_TYPE", "SOFTWARE_NOT_ENOUGH_RESOURCES", "INVALID_PARAMS", "SOFTWARE_VARIABLE_REQUIRED", "SOFTWARE_VARIABLE_INVALID", "BLACKLISTED_PASSWORD", "INSUFFICIENT_FUNDS", ] | |
message | str, | str, | [optional] | |
variable_error | ManageReinstallResponseErrorSoftwareVariableError | ManageReinstallResponseErrorSoftwareVariableError | [optional] | |
insufficient_funds_error | ManageReinstallResponseErrorInsufficientFundsError | ManageReinstallResponseErrorInsufficientFundsError | [optional] | |
any_string_name | dict, frozendict.frozendict, str, date, datetime, int, float, bool, decimal.Decimal, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, BoolClass, decimal.Decimal, NoneClass, tuple, bytes, FileIO | any string name can be used but the value must be the correct type | [optional] |