Show / Hide Table of Contents

Enum Error.ErrorClass

Types of errors described by the message.

Namespace: Buttplug.Core.Messages
Assembly: Buttplug.dll
Syntax
public enum ErrorClass : int

Fields

Name Description
ERROR_DEVICE

Error at the device manager level (device doesn't exist/disconnected, etc...)

ERROR_INIT

Error was caused during connection handshake.

ERROR_MSG

Error parsing messages.

ERROR_PING

Max ping timeout has been exceeded.

ERROR_UNKNOWN

Error was caused by unknown factors.

In This Article
Back to top Generated by DocFX