Class IdentityHubErrorDetail
Represents detailed error information when a The Identity Hub API call fails.
Inheritance
System.Object
IdentityHubErrorDetail
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: TheIdentityHub
Assembly: TheIdentityHub.dll
Syntax
public sealed class IdentityHubErrorDetail
Properties
Id
Gets the identifier.
Declaration
public string Id { get; }
Property Value
Type | Description |
---|---|
System.String |
Message
Gets the message.
Declaration
public string Message { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ToString()
Returns a System.String that contains the detailed error information.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | A System.String that contains the detailed error information. |
Overrides
System.Object.ToString()