次の方法で共有


WorkspaceNotFoundException Class

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

Constructor

WorkspaceNotFoundException(workspace: str, message: str | None = None)

Parameters

Name Description
workspace
Required
str

Workspace name or id.

message
str

Custom error message. If not specified, a default message containing the workspace name/id will be used.

Default value: None