Table of Contents

Enum ErrorSeverity

Namespace
nadena.dev.ndmf

Indicates the severity of a reported error.

public enum ErrorSeverity

Fields

Information = 0

Informational messages that indicate an unusual configuration that might be an error.

NonFatal = 1

Errors that do not block avatar processing.

Error = 2

Errors that block avatar processing. If an error of this category is emitted, the avatar upload will be blocked.

InternalError = 3

Internal errors, such as uncaught exceptions. If an error of this category is emitted, the avatar upload will be blocked.