device_command_exception property

String device_command_exception

instruction error

Implementation

String get device_command_exception {
  return Intl.message(
    'instruction error',
    name: 'device_command_exception',
    desc: '',
    args: [],
  );
}