Skip to content

BIMteam upload

bim_team_upload_result

bim team upload result

__init__()

Instance of the bim_team_upload_result class.

Attributes:

Name Type Description
upload_result_code bim_team_upload_result_code

The result code of the upload.

share_link str

The share link for the uploaded BIM team result.

bim_team_upload_result_code

Bases: IntEnum

bim team upload result code

Examples:

1
2
>>> cadwork.bim_team_upload_result_code.ok
ok

error_authentication_failed = 5 class-attribute instance-attribute

error_general_error = 1 class-attribute instance-attribute

error_insufficient_storage = 3 class-attribute instance-attribute

error_invalid_project_id = 4 class-attribute instance-attribute

error_too_many_models = 2 class-attribute instance-attribute

ok = 0 class-attribute instance-attribute