Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.92 KB

XiqEkahauImportIssue.md

File metadata and controls

33 lines (24 loc) · 1.92 KB

extremecloudiq.model.xiq_ekahau_import_issue.XiqEkahauImportIssue

An issue that was encountered while importing data from an Ekahau archive.

Model Type Info

Input Type Accessed Type Description Notes
dict, frozendict.frozendict, frozendict.frozendict, An issue that was encountered while importing data from an Ekahau archive.

Dictionary Keys

Key Input Type Accessed Type Description Notes
error_message str, str, Error message describing this issue.
error_code str, str, Error code identifying this issue.
error_parameters dict, frozendict.frozendict, frozendict.frozendict, Parameter name -> Parameter value. [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]

error_parameters

Parameter name -> Parameter value.

Model Type Info

Input Type Accessed Type Description Notes
dict, frozendict.frozendict, frozendict.frozendict, Parameter name -> Parameter value.

Dictionary Keys

Key Input Type Accessed Type Description Notes
any_string_name str, str, any string name can be used but the value must be the correct type Parameter name -> Parameter value. [optional]

[Back to Model list] [Back to API list] [Back to README]