Enum AssetMessageCode
- Namespace
- Stride.Core.Assets.Diagnostics
- Assembly
- Stride.Core.Assets.dll
A message code used by AssetLogMessage to identify an error/warning.
public enum AssetMessageCodeFields
- AssetCannotDelete = 5
- The asset cannot be deleted 
- AssetCannotSave = 6
- The asset cannot be saved 
- AssetForPackageNotFound = 1
- The asset required for the current package was not found 
- AssetFoundInDifferentPackage = 2
- The asset required for the current package was found in a different package 
- AssetLoadingFailed = 4
- The asset loading failed 
- AssetReferenceChanged = 3
- The asset reference has been changed for a particular location 
- AssetUpToDate = 21
- The asset has not been compiled because it is already up-to-date. 
- BaseChanged = 16
- The base was changed 
- BaseInvalidType = 17
- The base is not the same type as the current asset. 
- BaseNotFound = 15
- The base not found 
- BuildProfileCannotBeNull = 12
- The package build profile cannot be null 
- BuildProfileFileExtensionCannotBeNull = 13
- The package build profile should not have a File extension null 
- CompilationCancelled = 20
- The asset compilation has been cancelled. 
- CompilationError = 26
- An error that caused the asset compilation to fail. 
- CompilationFailed = 19
- The asset compilation failed. 
- CompilationFatal = 24
- A fatal error that caused the asset compilation to fail. 
- CompilationMessage = 25
- A message log happened inside the asset compiler. 
- CompilationSucceeded = 18
- The asset has been successfully compiled. 
- CompilationWarning = 27
- A warning that occurred in the asset compilation. 
- DefaultSceneNotFound = 28
- A default scene was not found in the package. 
- InternalCompilerError = 23
- An unexpected internal error occurred. 
- InvalidBasePartInstance = 29
- Occurs when a asset templating instance is duplicated. 
- InvalidCircularReferences = 14
- Asset contains invalid circular references 
- PackageCannotSave = 10
- The package cannot be saved 
- PackageDependencyModified = 11
- The package dependency is modified 
- PackageFilePathNotSet = 8
- The package filepath is not set for saving 
- PackageLocationChanged = 9
- The package not found 
- PackageNotFound = 7
- The package not found 
- PrerequisiteFailed = 22
- The asset has not been compiled because its prerequisites failed to compile. 
- RawAssetNotFound = 0
- A raw asset was not found