Show / Hide Table of Contents

    Class IndyException

    Exception indicating a problem originating from the Indy SDK.

    Inheritance
    System.Exception
    IndyException
    AnoncredsAccumulatorFullException
    AnoncredsNotIssuedException
    ClaimRevokedException
    DuplicateMasterSecretNameException
    InvalidUserRevocIndexException
    ProofRejectedException
    RevocationRegistryFullException
    UnknownCryptoException
    InvalidParameterException
    InvalidStateException
    InvalidStructureException
    IOException
    InvalidLedgerTransactionException
    LedgerConsensusException
    LedgerSecurityException
    NoRecordsException
    InvalidPoolException
    PoolConfigNotCreatedException
    PoolLedgerConfigExistsException
    PoolLedgerTerminatedException
    DuplicateWalletTypeException
    InvalidWalletException
    UnknownWalletTypeException
    WalletAlreadyOpenedException
    WalletExistsException
    WalletValueNotFoundException
    WrongWalletForPoolException
    Namespace: Hyperledger.Indy
    Assembly: Hyperledger.Indy.Sdk.dll
    Syntax
    public class IndyException : Exception

    Properties

    SdkErrorCode

    Gets the error code for the exception.

    Declaration
    public int SdkErrorCode { get; }
    Property Value
    Type Description
    System.Int32
    Back to top Copyright © 2017 The Linux Foundation®