次の方法で共有


ItemNotFoundException Class

Raised when specified item (name or UUID) is not found.

Constructor

ItemNotFoundException(item: str, item_type: str | None = None, workspace: str | None = None, message: str | None = None)

Parameters

Name Description
item
Required
str

Item name or id.

item_type
str

The type of item (e.g., "SemanticModel", "Report", "Lakehouse").

Default value: None
workspace
str

The workspace name or ID where the item was searched.

Default value: None
message
str

Custom error message. If not specified, a default message will be generated based on the item, item_type, and workspace parameters.

Default value: None