Class SessionErrorEventArgs

Declaration

struct winrt::Microsoft::Azure::SpatialAnchors::SessionErrorEventArgs

Description

Provides data for the event that fires when errors are thrown.

Properties

ErrorCode

The error code.

winrt::Microsoft::Azure::SpatialAnchors::CloudSpatialErrorCode ErrorCode();

ErrorMessage

The error message.

hstring ErrorMessage();

Watcher

The watcher that found an error, possibly null.

winrt::Microsoft::Azure::SpatialAnchors::CloudSpatialAnchorWatcher Watcher();