LinkException
Last updated
class AnchorLinkSharp::LinkException
: public ExceptionError 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.
public LinkErrorCode Code
protected LinkException(string reason)
public LinkErrorCode Code
protected LinkException(string reason)
Last updated