|
BEHealthKit 1.11
A HealthKit plugin for Unity
|
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. | |
|
inline |
| node | an XML node containing the serialization of the error. |