SensorErrorEvent

Overview

The SensorErrorEvent interface of the Sensor APIs provides information about errors thrown by a Sensor or related interface.

Location

Properties


error

 

property error: dynamic read;

 

dynamic error { get; }

 

var error: dynamic { get{} }

 

dynamic error { __get; }

 

ReadOnly Property error() As dynamic