Search Results for

    Show / Hide Table of Contents

    Class IdentityHubError

    Represents error information when a The Identity Hub API call fails.

    Inheritance
    System.Object
    IdentityHubError
    Inherited Members
    System.Object.ToString()
    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
    [Serializable]
    public sealed class IdentityHubError

    Properties

    ErrorDetails

    Gets or sets the error information.

    Declaration
    public IdentityHubErrorDetail[] ErrorDetails { get; }
    Property Value
    Type Description
    IdentityHubErrorDetail[]

    Message

    Gets the message.

    Declaration
    public string Message { get; }
    Property Value
    Type Description
    System.String
    In This Article