API reference
API reference
Select your platform
No SDKs available
No versions available

Overview

Details

Enumeration Types

enum Meta::Voice::Logging.KnownErrorCode
Lists internal error codes used by the VSDK.
Enumerator
Unknown
Logging
AssemblyMinerNullEnum
KnownErrorMissingDescription
NullMethodInAssembly
NullDeclaringTypeInAssembly
InvalidErrorHandlerParameter
enum Meta::Voice::Logging.LogCategory
The core log categories used by the VSDK. This is not an exhaustive list, since additional categories can be specified by name.
Enumerator
Global
Conduit
ManifestGenerator
AssemblyMiner
Logging
ErrorMitigator
ContextSystem
enum Meta::Voice::Logging.VLoggerVerbosity
The various logging options for VLog
Enumerator
Error
Error log. Usually indicates a bug in the code.
Warning
Something that is a red flag and could potentially be a problem, but not necessarily.
Log
Debug logs. Useful for debugging specific things.
Info
Information logs. Normal tracing.
Verbose
High verbosity information. Helpful for detailed tracing.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon