AssetMessageCode Enum
Namespace: Stride.Core.Assets.DiagnosticsAssembly: Stride.Core.Assets.dll
A message code used by AssetLogMessage to identify an error/warning.
public enum AssetMessageCode
Fields
| Name | Description |
|---|---|
| AssetCannotDelete | The asset cannot be deleted |
| AssetCannotSave | The asset cannot be saved |
| AssetForPackageNotFound | The asset required for the current package was not found |
| AssetFoundInDifferentPackage | The asset required for the current package was found in a different package |
| AssetLoadingFailed | The asset loading failed |
| AssetReferenceChanged | The asset reference has been changed for a particular location |
| AssetUpToDate | The asset has not been compiled because it is already up-to-date. |
| BaseChanged | The base was changed |
| BaseInvalidType | The base is not the same type as the current asset. |
| BaseNotFound | The base not found |
| BuildProfileCannotBeNull | The package build profile cannot be null |
| BuildProfileFileExtensionCannotBeNull | The package build profile should not have a File extension null |
| CompilationCancelled | The asset compilation has been cancelled. |
| CompilationError | An error that caused the asset compilation to fail. |
| CompilationFailed | The asset compilation failed. |
| CompilationFatal | A fatal error that caused the asset compilation to fail. |
| CompilationMessage | A message log happened inside the asset compiler. |
| CompilationSucceeded | The asset has been successfully compiled. |
| CompilationWarning | A warning that occurred in the asset compilation. |
| DefaultSceneNotFound | A default scene was not found in the package. |
| InternalCompilerError | An unexpected internal error occurred. |
| InvalidBasePartInstance | Occurs when a asset templating instance is duplicated. |
| InvalidCircularReferences | Asset contains invalid circular references |
| PackageCannotSave | The package cannot be saved |
| PackageDependencyModified | The package dependency is modified |
| PackageFilePathNotSet | The package filepath is not set for saving |
| PackageLocationChanged | The package not found |
| PackageNotFound | The package not found |
| PrerequisiteFailed | The asset has not been compiled because its prerequisites failed to compile. |
| RawAssetNotFound | A raw asset was not found |