Skip to content

Enumeration: Queue Status - v3.0

This enumeration defines the possible states of the Queue after performing an operation. Each state has an associated integer value that is used to identify the result of the operation performed on the Queue.

NameTypeValueDescription
QUEUE_STATUS_0000_DONEInt0x0000Queue: 0x0000 - Done
QUEUE_STATUS_8002_DATA_IS_NOT_ARRAYInt0x8002Queue: 0x8002 - Error - Data array is not an array
QUEUE_STATUS_8003_DATA_IS_NOT_VALID_ARRAYInt0x8003Queue: 0x8003 - Error - Data array is not a valid array
QUEUE_STATUS_8005_DATA_ARRAY_LESS_THAN_TWOInt0x8005Queue: 0x8005 - Error - Data array has less than two elements
QUEUE_STATUS_8010_IS_EMPTYInt0x8010Queue: 0x8010 - Error - Queue is empty
QUEUE_STATUS_8011_IS_FULLInt0x8011Queue: 0x8011 - Error - Queue is full
QUEUE_STATUS_8020_ERROR_MOVE_BUFFER_TO_DATAInt0x8020Queue: 0x8020 - Error - Move buffer to data
QUEUE_STATUS_8021_ERROR_MOVE_DATA_TO_BUFFERInt0x8021Queue: 0x8021 - Error - Move data to buffer
QUEUE_STATUS_8FFF_UNKNOWN_METHODInt0x8FFFQueue: 0x8FFF - Error - Unknown method