getSubType method

int getSubType(
  1. IStatus status,
  2. int index
)

Implementation

int getSubType(IStatus status, int index) {
  final res = _getSubType(self, status.self, index);
  status.checkStatus();
  return res;
}