Class ProvisioningErrorDetails
- Namespace
- Microsoft.Azure.Devices.Provisioning.Client
- Assembly
- Microsoft.Azure.Devices.Provisioning.Client.dll
Provisioning error details.
public class ProvisioningErrorDetails
- Inheritance
-
ProvisioningErrorDetails
- Inherited Members
Constructors
ProvisioningErrorDetails()
public ProvisioningErrorDetails()
Properties
ErrorCode
Error code.
public int ErrorCode { get; set; }
Property Value
Info
Additional information.
public Dictionary<string, string> Info { get; set; }
Property Value
Message
Error message.
public string Message { get; set; }
Property Value
TimestampUtc
Time stamp (in UTC).
public string TimestampUtc { get; set; }
Property Value
TrackingId
Correlation Id.
public string TrackingId { get; set; }
Property Value
Methods
CreateMessage(string)
Create the error message with the saved error code, tracking id and timestamp
public string CreateMessage(string message)
Parameters
message
string