Enum ErrorSeverity
Indicates the severity of a reported error.
public enum ErrorSeverity
Fields
Information = 0Informational messages that indicate an unusual configuration that might be an error.
NonFatal = 1Errors that do not block avatar processing.
Error = 2Errors that block avatar processing. If an error of this category is emitted, the avatar upload will be blocked.
InternalError = 3Internal errors, such as uncaught exceptions. If an error of this category is emitted, the avatar upload will be blocked.