LinkException

class AnchorLinkSharp::LinkException
  : public Exception

Error codes. Accessible using the code property on errors thrown by [[AnchorLink]] and [[LinkSession]].

  • E_DELIVERY: Unable to request message to wallet.

  • E_TIMEOUT: Request was delivered but user/wallet didn't respond in time.

  • E_CANCEL: The [[LinkTransport]] canceled the request.

  • E_IDENTITY: Identity proof failed to verify.

Summary

MembersDescriptions

public LinkErrorCode Code

protected LinkException(string reason)

Members

public LinkErrorCode Code

protected LinkException(string reason)

Last updated