Asset Errors
Functions
-
The metadata file of the specified asset is not found.
-
The asset type is not registered to the asset system.
-
ErrCode asset_not_registered()
The asset handle is not registered to the system (asset state is AssetState::unregistered).
-
ErrCode asset_already_registered()
The asset handle is already registered to the system.
-
The asset path is empty.
-
ErrCode asset_data_not_loaded()
The asset data is not loaded yet.
-
The asset data is currently loading by another thread.