com.unstoppabledomains.exceptions.NSExceptionCode Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of resolution Show documentation
Show all versions of resolution Show documentation
Resolution library that talks with Ethereum .crypto registry to resolve various information attached to .crypto domain
package com.unstoppabledomains.exceptions;
public enum NSExceptionCode {
UnsupportedDomain,
UnregisteredDomain,
UnknownCurrency,
RecordNotFound,
BlockchainIsDown,
UnknownError,
IncorrectContractAddress,
IncorrectMethodName,
UnspecifiedResolver;
}