@aut-labs/d-aut
Version:
## Web Component - what it does
10 lines (9 loc) • 490 B
TypeScript
export declare enum ErrorTypes {
AutIDExistsButInactive = "AutID exists but is inactive",
AutIDNotFound = "AutID not found",
HubSlotsFull = "There are no free slots in this hub.",
AlreadyAMember = "You are already a member of this hub.",
AutIDWithThisAddressAlreadyRegistered = "You already registered a AutID for this wallet address.",
CouldNotGetActivationNonce = "Failed to retrieve activation nonce.",
GetAccountsInProgress = "Waiting for MetaMask login."
}