ErrorSource ​
Represents the source of an error.
Kind: Enum
Namespace: CrowdControl.Common
Inheritance: IComparable → IConvertible → IFormattable → ISpanFormattable
Public Attributes
ErrorSource
Unknown
Unknown Error Source
ErrorSource
Connector
Connector Error
ErrorSource
PackCore
Effect Pack Core Error
ErrorSource
GamePack
Effect Pack Error
ErrorSource
Game
Game Error
ErrorSource
RPC
Crowd Control RPC Error
ErrorSource
Session
Crowd Control Session Error
ErrorSource
User
User Error
ErrorSource
External
External Error
Enums
ErrorSource
[Unknown = 0, Connector = 1, PackCore = 2, GamePack = 3, Game = 4, RPC = 5, Session = 6, User = 7, External = 8]Represents the source of an error.
