N_Iota_Lib_CSharp_Api_Exception - iotaledger-archive/iota.lib.csharp GitHub Wiki
This namespace contains different exceptions that can occur
Class | Description | |
---|---|---|
![]() |
IllegalAccessError | This exception occurs when certain core API calls on the node are disabled |
![]() |
IllegalStateException | This exception occurs when an illegal state is encountered |
![]() |
InvalidAddressException | This exception occurs when an invalid address is provided |
![]() |
InvalidBundleException | This excpetions occurs if an invalid bundle was found or provided |
![]() |
InvalidSignatureException | This exception occurs when an invalid signature is encountered |
![]() |
InvalidTailTransactionException | This exception is thrown when an invalid tail transaction was encountered |
![]() |
InvalidTryteException | This exception occurs when invalid trytes are encountered |
![]() |
InvisibleBundleTransactionException | This exception occurs when a bundle or transaction is not visible in the tangle |
![]() |
IotaApiException | This exception encapsulates an error that occured while communicating with the node (for example during a core API call) |
![]() |
NotEnoughBalanceException | This exception occurs when a transfer fails because their is not enough balance to perform the transfer |