BEHealthKit 1.11
A HealthKit plugin for Unity
Loading...
Searching...
No Matches
Public Attributes | Public Member Functions | List of all members
BeliefEngine.HealthKit.Error Class Reference

Wraps information about an error from HealthKit. Mainly just a wrapper around Objective-C NSError objects.

Public Attributes

int code
 The error code.
 
string domain
 The error domain.
 
string localizedDescription
 The localized (if available) description of the error.
 

Public Member Functions

 Error (XmlNode node)
 The designated constructor.
 

Constructor & Destructor Documentation

◆ Error()

BeliefEngine.HealthKit.Error.Error ( XmlNode node)
inline
Parameters
nodean XML node containing the serialization of the error.