Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.91 KB

File metadata and controls

34 lines (26 loc) · 1.91 KB

extremecloudiq.model.xiq_error.XiqError

Model Type Info

Input Type Accessed Type Description Notes
dict, frozendict.frozendict, frozendict.frozendict,

Dictionary Keys

Key Input Type Accessed Type Description Notes
error_message str, str, The error detail message
error_id str, str, The error ID for internal troubleshooting
error_code str, str, The error code
error_message_description str, str, The error detail message description
error_message_code str, str, The error message code [optional]
error_params dict, frozendict.frozendict, frozendict.frozendict, Additional error parameters [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_params

Additional error parameters

Model Type Info

Input Type Accessed Type Description Notes
dict, frozendict.frozendict, frozendict.frozendict, Additional error parameters

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 Additional error parameters [optional]

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