Skip to main content
Version: Skinetic SDK 1.6.0

SkineticSDK::SkineticErrorCode

Error codes returned by the functions of the library.

Inherits from IntEnum

Public Attributes

Name
inteNoError
No error.
inteOther
Other.
inteInvalidParam
Invalid Parameter.
inteNotConnected
No device connected.
inteOutputNotSupported
Output is not supported on this platform.
inteInvalidJson
Invalid json.
inteDeviceNotReachable
Device not reachable.
intePendingCommand
A priority command is waiting to be processed.
inteNoMoreSlot
No available slot on the board.
inteNoInstance
No Skinetic instance created.
inteInvalidMessage
Received an invalid message.
inteAlreadyRunning
Process is already running.
inteDeviceAlreadyConnected
A device is already connected.
inteInitializationInterrupted
The initialization of the device has been interrupted.
intePlayIgnored
Play was ignored due to overall trigger strategy.
inteErrorPortAudio
PortAudio raised an error.
inteSocketError
An error happened with the socket.
inteAshError
ASH-fx library raised an error.
inteCoreInvalidArgument
Core Error: Invalid argument.
inteCoreInvalidSpn
Core Error: Invalid spn.
inteCoreInvalidLayout
Core Error: Invalid layout.
inteCoreAlreadyAllocated
Core Error: ID already allocated.
inteCoreSequenceNotAllocated
Core Error: Invalid sequence ID.
inteCorePatternNotAllocated
Core Error: Invalid pattern ID.
inteCorePatternInUse
Core Error: Pattern in use.
inteCoreSequenceAlreadyPlaying
Core Error: Sequence already set to play.
inteCoreInvalidOperation
Core Error: Invalid Operation.

Public Attributes Documentation

variable eNoError

static int eNoError;

No error.

variable eOther

static int eOther;

Other.

variable eInvalidParam

static int eInvalidParam;

Invalid Parameter.

variable eNotConnected

static int eNotConnected;

No device connected.

variable eOutputNotSupported

static int eOutputNotSupported;

Output is not supported on this platform.

variable eInvalidJson

static int eInvalidJson;

Invalid json.

variable eDeviceNotReachable

static int eDeviceNotReachable;

Device not reachable.

variable ePendingCommand

static int ePendingCommand;

A priority command is waiting to be processed.

variable eNoMoreSlot

static int eNoMoreSlot;

No available slot on the board.

variable eNoInstance

static int eNoInstance;

No Skinetic instance created.

variable eInvalidMessage

static int eInvalidMessage;

Received an invalid message.

variable eAlreadyRunning

static int eAlreadyRunning;

Process is already running.

variable eDeviceAlreadyConnected

static int eDeviceAlreadyConnected;

A device is already connected.

variable eInitializationInterrupted

static int eInitializationInterrupted;

The initialization of the device has been interrupted.

variable ePlayIgnored

static int ePlayIgnored;

Play was ignored due to overall trigger strategy.

variable eErrorPortAudio

static int eErrorPortAudio;

PortAudio raised an error.

variable eSocketError

static int eSocketError;

An error happened with the socket.

variable eAshError

static int eAshError;

ASH-fx library raised an error.

variable eCoreInvalidArgument

static int eCoreInvalidArgument;

Core Error: Invalid argument.

variable eCoreInvalidSpn

static int eCoreInvalidSpn;

Core Error: Invalid spn.

variable eCoreInvalidLayout

static int eCoreInvalidLayout;

Core Error: Invalid layout.

variable eCoreAlreadyAllocated

static int eCoreAlreadyAllocated;

Core Error: ID already allocated.

variable eCoreSequenceNotAllocated

static int eCoreSequenceNotAllocated;

Core Error: Invalid sequence ID.

variable eCorePatternNotAllocated

static int eCorePatternNotAllocated;

Core Error: Invalid pattern ID.

variable eCorePatternInUse

static int eCorePatternInUse;

Core Error: Pattern in use.

variable eCoreSequenceAlreadyPlaying

static int eCoreSequenceAlreadyPlaying;

Core Error: Sequence already set to play.

variable eCoreInvalidOperation

static int eCoreInvalidOperation;

Core Error: Invalid Operation.


Updated on 2024-07-11 at 09:47:11 +0000