LayerErrorType
- class omni.kit.usd.layers.LayerErrorType
Bases:
pybind11_object
Layer error type.
Members:
SUCCESS : Success.
NOT_FOUND : Object (layer, file, or session, etc) is not found.
ALREADY_EXISTS : Object exists already.
READ_ONLY : File, layer or folder is read-only.
INVALID_STAGE : No valid stage opened.
INVALID_PARAM : Invalid parameters passed into function.
LIVE_SESSION_NOT_JOINED : Live Session is not joined.
LIVE_SESSOIN_INVALID : Live Session is invalid.
LIVE_SESSION_JOINED_ALREADY : Live Session is joined already.
LIVE_SESSION_NO_MERGE_PERMISSION : Live Session cannot be merged due to permission.
LIVE_SESSION_VERSION_MISMATCH : Live Session verson does not match.
LIVE_SESSION_BASE_LAYER_MISMATCH : Base layer of Live Session does not match.
LIVE_SESSION_NOT_SUPPORTED : Live Session cannot be created under the domain.
UNKNOWN : Unknown error.
Methods
__init__
(self, value)Attributes
ALREADY_EXISTS
INVALID_PARAM
INVALID_STAGE
LIVE_SESSION_BASE_LAYER_MISMATCH
LIVE_SESSION_JOINED_ALREADY
LIVE_SESSION_NOT_JOINED
LIVE_SESSION_NOT_SUPPORTED
LIVE_SESSION_NO_MERGE_PERMISSION
LIVE_SESSION_VERSION_MISMATCH
LIVE_SESSOIN_INVALID
NOT_FOUND
READ_ONLY
SUCCESS
UNKNOWN
value
- __init__(self: omni.kit.usd.layers._omni_kit_usd_layers.LayerErrorType, value: int) None
- property name