You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raiseApiValueError("Invalid value for parameter `size` when calling `create_document`, must be a value less than or equal to `2147483647`") # noqa: E501
raiseApiValueError("Invalid value for parameter `file_name` when calling `full_update_document`, length must be less than or equal to `512`") # noqa: E501
1554
+
if ('file_name'inlocal_var_paramsand
1555
+
len(local_var_params['file_name']) <1):
1556
+
raiseApiValueError("Invalid value for parameter `file_name` when calling `full_update_document`, length must be greater than or equal to `1`") # noqa: E501
raiseApiValueError("Invalid value for parameter `size` when calling `full_update_document`, must be a value less than or equal to `2147483647`") # noqa: E501
Copy file name to clipboardExpand all lines: docs/Ifc.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,8 @@ Name | Type | Description | Notes
20
20
**xkt_file** | **str** | | [optional]
21
21
**project_id** | **str** | | [optional]
22
22
**world_position** | **list[float]** | [x,y,z] array of the position of the local_placement in world coordinates | [optional]
23
-
**errors** | **list[str]** | List for warnings and errors that happened during IFC processing | [optional]
23
+
**errors** | **list[str]** | List of errors that happened during IFC processing | [optional]
24
+
**warnings** | **list[str]** | List of warnings that happened during IFC processing | [optional]
24
25
25
26
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**errors** | **list[str]** | List for warnings and errors that happened during IFC processing | [optional]
6
+
**errors** | **list[str]** | List of errors that happened during IFC processing | [optional]
7
+
**warnings** | **list[str]** | List of warnings that happened during IFC processing | [optional]
7
8
8
9
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments