Skip to content

Latest commit

 

History

History
181 lines (103 loc) · 4.95 KB

ERROR_MESSAGES.md

File metadata and controls

181 lines (103 loc) · 4.95 KB

Enumeration: ERROR_MESSAGES

Table of contents

Enumeration members

Enumeration members

APP_WITH_ROLES

APP_WITH_ROLES = "You are not able to remove application with registered roles"


CAN_NOT_UPDATE_NOT_CONTROLLED_DOCUMENT

CAN_NOT_UPDATE_NOT_CONTROLLED_DOCUMENT = "Can not update not controlled document"


CLAIM_NOT_FOUND

CLAIM_NOT_FOUND = "Claim not found"


CLAIM_TYPE_REQUIRED_FOR_ON_CHAIN_REGISTRATION

CLAIM_TYPE_REQUIRED_FOR_ON_CHAIN_REGISTRATION = "claimType required for on-chain registration"


CLAIM_WAS_NOT_ISSUED

CLAIM_WAS_NOT_ISSUED = "Claim was not issued"


ENS_OWNER_NOT_VALID_ADDRESS

ENS_OWNER_NOT_VALID_ADDRESS = "Provided owner is not a valid address. Owner of ENS domain must be an address"


ENS_TYPE_NOT_SUPPORTED

ENS_TYPE_NOT_SUPPORTED = "ENS type not supported"


ERROR_IN_AZURE_PROVIDER

ERROR_IN_AZURE_PROVIDER = "Error in Azure Provider"


INSUFFICIENT_BALANCE

INSUFFICIENT_BALANCE = "Signer has insufficient balance"


IS_ETH_SIGNER_NOT_SET

IS_ETH_SIGNER_NOT_SET = "Can not determine if signer is conformant with eth_sign specification"


JWT_ALGORITHM_NOT_SUPPORTED

JWT_ALGORITHM_NOT_SUPPORTED = "Jwt algorithm not supported"


METAMASK_ACCOUNT_NOT_PROVIDED

METAMASK_ACCOUNT_NOT_PROVIDED = "Metamask account not provided"


METAMASK_PROVIDER_NOT_DETECTED

METAMASK_PROVIDER_NOT_DETECTED = "Metamask provider not detected"


NON_ETH_SIGN_SIGNATURE

NON_ETH_SIGN_SIGNATURE = "Signature is not eth_sign verifiable"


NOT_AUTHORIZED_TO_CHANGE_DOMAIN

NOT_AUTHORIZED_TO_CHANGE_DOMAIN = "Not authorized to change domain"


ONCHAIN_ROLE_VERSION_NOT_SPECIFIED

ONCHAIN_ROLE_VERSION_NOT_SPECIFIED = "On-chain role version not specified"


ORG_WITH_APPS

ORG_WITH_APPS = "You are not able to remove organization with registered apps"


ORG_WITH_ROLES

ORG_WITH_ROLES = "You are not able to remove organization with registered roles"


ROLE_NOT_EXISTS

ROLE_NOT_EXISTS = "Role you want to enroll to does not exists"


ROLE_PREREQUISITES_NOT_MET

ROLE_PREREQUISITES_NOT_MET = "Enrolment subject doesn't have required roles"


STAKE_WAS_NOT_PUT

STAKE_WAS_NOT_PUT = "Stake was not put"


TOKEN_REQUIRED_FOR_OFF_CHAIN_REGISTRATION

TOKEN_REQUIRED_FOR_OFF_CHAIN_REGISTRATION = "token required for off-chain registration"


UNKNOWN_PROVIDER

UNKNOWN_PROVIDER = "Unknown provider type"


WALLET_PROVIDER_NOT_SUPPORTED

WALLET_PROVIDER_NOT_SUPPORTED = "Wallet provider must be a supported value"


WITHDRAWAL_WAS_NOT_REQUESTED

WITHDRAWAL_WAS_NOT_REQUESTED = "Stake withdrawal was not requested"