LayerErrorType
- class omni.kit.usd.layers.LayerErrorType
Bases:
pybind11_objectLayer 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_EXISTSINVALID_PARAMINVALID_STAGELIVE_SESSION_BASE_LAYER_MISMATCHLIVE_SESSION_JOINED_ALREADYLIVE_SESSION_NOT_JOINEDLIVE_SESSION_NOT_SUPPORTEDLIVE_SESSION_NO_MERGE_PERMISSIONLIVE_SESSION_VERSION_MISMATCHLIVE_SESSOIN_INVALIDNOT_FOUNDREAD_ONLYSUCCESSUNKNOWNvalue- __init__(self: omni.kit.usd.layers._omni_kit_usd_layers.LayerErrorType, value: int) None
- property name