Class ApiBufferErrorCode
Defined in File ApiBufferApi.h
Inheritance Relationships
Base Type
public ErrorCode(Class ErrorCode)
Class Documentation
-
class ApiBufferErrorCode : public ErrorCode
This enumerator class enumerates the WMX3 API buffer library error codes.
Public Types
-
enum [anonymous]
Values:
-
enumerator OverMaxLevel
Maximum nesting level exceeded.
-
enumerator InvalidLevel
Invalid nesting level. Verify that flow control operations are added to the buffer in the correct order.
-
enumerator InvalidBuffControl
Invalid control for API buffer. API buffer function cannot be used.
-
enumerator InvalidWatchTriggerRoutineChannel
Watch trigger routine channel is out of range.
-
enumerator WatchTriggerRoutineChannelSameAsExecChannel
Watch trigger routine channel cannot be the same as the execution channel.
-
enumerator RewindFailedFirstCommandOverwritten
Failed to rewind. The first command in the buffer was overwritten.
-
enumerator AlreadyRecordingForSpecifiedChannel
Already recording API functions for specified channel.
-
enumerator NotRecording
Not recording API functions.
-
enumerator RequestModeChangeTimeout
Mode change request timed out.
-
enumerator OverMaxLevel
-
enum [anonymous]