class AnchorLinkSharp::LinkException : public Exception
Error codes. Accessible using the code property on errors thrown by [[AnchorLink]] and [[LinkSession]].
code
E_DELIVERY: Unable to request message to wallet.
E_DELIVERY
E_TIMEOUT: Request was delivered but user/wallet didn't respond in time.
E_TIMEOUT
E_CANCEL: The [[LinkTransport]] canceled the request.
E_CANCEL
E_IDENTITY: Identity proof failed to verify.
E_IDENTITY
public LinkErrorCode Code
public LinkErrorCode
Code
protected LinkException(string reason)
protected
LinkException
(string reason)
Last updated 3 years ago