Skip to content

Enumeration: Stack Status - v1.0

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

NameTypeValueDescription
STACK_STATUS_0000_DONEInt0x0000Stack: 0x0000 - Done
STACK_STATUS_8002_DATA_IS_NOT_ARRAYInt0x8002Stack: 0x8002 - Error - Data array is not an array
STACK_STATUS_8003_DATA_IS_NOT_VALID_ARRAYInt0x8003Stack: 0x8003 - Error - Data array is not a valid array
STACK_STATUS_8005_DATA_ARRAY_LESS_THAN_TWOInt0x8005Stack: 0x8005 - Error - Data array has less than two elements
STACK_STATUS_8010_IS_EMPTYInt0x8010Stack: 0x8010 - Error - Stack is empty
STACK_STATUS_8011_IS_FULLInt0x8011Stack: 0x8011 - Error - Stack is full
STACK_STATUS_8020_ERROR_MOVE_BUFFER_TO_DATAInt0x8020Stack: 0x8020 - Error - Move buffer to data
STACK_STATUS_8021_ERROR_MOVE_DATA_TO_BUFFERInt0x8021Stack: 0x8021 - Error - Move data to buffer
STACK_STATUS_8FFF_UNKNOWN_METHODInt0x8FFFStack: 0x8FFF - Error - Unknown method