Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
Package SiliconStudio.Assets.Diagnostics

Classes

class  AssetLoggerExtensions
 Extension to Logger for loggin specific error with assets. More...
 
class  AssetLogMessage
 Provides a specialized LogMessage to give specific information about an asset. More...
 
class  AssetMessageStrings
 A strongly-typed resource class, for looking up localized strings, etc.
 

Enumerations

enum  AssetMessageCode {
  AssetMessageCode.RawAssetNotFound, AssetMessageCode.AssetNotFound, AssetMessageCode.AssetReferenceChanged, AssetMessageCode.AssetLoadingFailed,
  AssetMessageCode.AssetCannotDelete, AssetMessageCode.AssetCannotSave, AssetMessageCode.PackageNotFound, AssetMessageCode.PackageFilePathNotSet,
  AssetMessageCode.PackageLocationChanged, AssetMessageCode.PackageCannotSave, AssetMessageCode.PackageDependencyModified, AssetMessageCode.BuildProfileCannotBeNull,
  AssetMessageCode.BuildProfileFileExtensionCannotBeNull, AssetMessageCode.InvalidCircularReferences, AssetMessageCode.BaseNotFound, AssetMessageCode.BaseChanged,
  AssetMessageCode.BaseInvalidType, AssetMessageCode.CompilationSucceeded, AssetMessageCode.CompilationFailed, AssetMessageCode.CompilationCancelled,
  AssetMessageCode.AssetUpToDate, AssetMessageCode.PrerequisiteFailed, AssetMessageCode.InternalCompilerError, AssetMessageCode.CompilationFatal,
  AssetMessageCode.CompilationError, AssetMessageCode.CompilationWarning
}
 A message code used by AssetLogMessage to identify an error/warning. More...
 

Enumeration Type Documentation

A message code used by AssetLogMessage to identify an error/warning.

Note that internally AssetMessageStrings.resx should contain an associated error message to this enum.

Enumerator
RawAssetNotFound 

A raw asset was not found

AssetNotFound 

The asset not found

AssetReferenceChanged 

The asset reference has been changed for a particular location

AssetLoadingFailed 

The asset loading failed

AssetCannotDelete 

The asset cannot be deleted

AssetCannotSave 

The asset cannot be saved

PackageNotFound 

The package not found

PackageFilePathNotSet 

The package filepath is not set for saving

PackageLocationChanged 

The package not found

PackageCannotSave 

The package cannot be saved

PackageDependencyModified 

The package dependency is modified

BuildProfileCannotBeNull 

The package build profile cannot be null

BuildProfileFileExtensionCannotBeNull 

The package build profile should not have a File extension null

InvalidCircularReferences 

Asset contains invalid circular references

BaseNotFound 

The base not found

BaseChanged 

The base was changed

BaseInvalidType 

The base is not the same type as the current asset.

CompilationSucceeded 

The asset has been successfully compiled.

CompilationFailed 

The asset compilation failed.

CompilationCancelled 

The asset compilation has been cancelled.

AssetUpToDate 

The asset has not been compiled because it is already up-to-date.

PrerequisiteFailed 

The asset has not been compiled because its prerequisites failed to compile.

InternalCompilerError 

An unexpected internal error occured.

CompilationFatal 

A fatal error that caused the asset compilation to fail.

CompilationError 

An error that caused the asset compilation to fail.

CompilationWarning 

A warning that occured in the asset compilation.

Definition at line 9 of file AssetMessageCode.cs.