qcrboxapiclient.models.q_cr_box_error_responseΒΆ
- class qcrboxapiclient.models.q_cr_box_error_response.QCrBoxErrorResponse(status, error)
Bases:
object
- Parameters:
status (str)
error (ErrorResponse)
- status
- Type:
str
- error
- Type:
ErrorResponse
- property additional_keys: list[str]
-
additional_properties:
dict
[str
,Any
]
- error: ErrorResponse
- classmethod from_dict(src_dict)
- Return type:
TypeVar
(T
, bound= QCrBoxErrorResponse)- Parameters:
src_dict (Mapping[str, Any])
-
status:
str
- to_dict()
- Return type:
dict
[str
,Any
]