SkineticSDK::SkineticErrorCode
Error codes returned by the functions of the library.
Inherits from IntEnum
Public Attributes
Name | |
---|---|
int | eNoError No error. |
int | eOther Other. |
int | eInvalidParam Invalid Parameter. |
int | eNotConnected No device connected. |
int | eOutputNotSupported Output is not supported on this platform. |
int | eInvalidJson Invalid json. |
int | eDeviceNotReachable Device not reachable. |
int | ePendingCommand A priority command is waiting to be processed. |
int | eNoMoreSlot No available slot on the board. |
int | eNoInstance No Skinetic instance created. |
int | eInvalidMessage Received an invalid message. |
int | eAlreadyRunning Process is already running. |
int | eDeviceAlreadyConnected A device is already connected. |
int | eInitializationInterrupted The initialization of the device has been interrupted. |
int | ePlayIgnored Play was ignored due to overall trigger strategy. |
int | eErrorPortAudio PortAudio raised an error. |
int | eSocketError An error happened with the socket. |
int | eAshError ASH-fx library raised an error. |
int | eCoreInvalidArgument Core Error: Invalid argument. |
int | eCoreInvalidSpn Core Error: Invalid spn. |
int | eCoreInvalidLayout Core Error: Invalid layout. |
int | eCoreAlreadyAllocated Core Error: ID already allocated. |
int | eCoreSequenceNotAllocated Core Error: Invalid sequence ID. |
int | eCorePatternNotAllocated Core Error: Invalid pattern ID. |
int | eCorePatternInUse Core Error: Pattern in use. |
int | eCoreSequenceAlreadyPlaying Core Error: Sequence already set to play. |
int | eCoreInvalidOperation 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-06-05 at 16:05:52 +0000