Skip to content
This repository has been archived by the owner on Jul 27, 2021. It is now read-only.

N_Iota_Lib_CSharp_Api_Exception

saniro edited this page Feb 16, 2017 · 1 revision

Iota.Lib.CSharp.Api.Exception Namespace

This namespace contains different exceptions that can occur

Classes

 

Class Description
Public class IllegalAccessError This exception occurs when certain core API calls on the node are disabled
Public class IllegalStateException This exception occurs when an illegal state is encountered
Public class InvalidAddressException This exception occurs when an invalid address is provided
Public class InvalidBundleException This excpetions occurs if an invalid bundle was found or provided
Public class InvalidSignatureException This exception occurs when an invalid signature is encountered
Public class InvalidTailTransactionException This exception is thrown when an invalid tail transaction was encountered
Public class InvalidTryteException This exception occurs when invalid trytes are encountered
Public class InvisibleBundleTransactionException This exception occurs when a bundle or transaction is not visible in the tangle
Public class IotaApiException This exception encapsulates an error that occured while communicating with the node (for example during a core API call)
Public class NotEnoughBalanceException This exception occurs when a transfer fails because their is not enough balance to perform the transfer
 
Clone this wiki locally