STRING_ERRORS
constSTRING_ERRORS:object
Defined in: packages/synapse-core/src/utils/contract-errors.ts:6
FOC contracts errors strings
Type Declaration
Section titled “Type Declaration”PDP_VERIFIER_DATA_SET_NOT_LIVE
Section titled “PDP_VERIFIER_DATA_SET_NOT_LIVE”
readonlyPDP_VERIFIER_DATA_SET_NOT_LIVE:"Data set not live"='Data set not live'
SP_REGISTRY_PROVIDER_DOES_NOT_EXIST
Section titled “SP_REGISTRY_PROVIDER_DOES_NOT_EXIST”
readonlySP_REGISTRY_PROVIDER_DOES_NOT_EXIST:"Provider does not exist"='Provider does not exist'
Revert raised by ServiceProviderRegistry.providerExists when the given
provider ID is 0 or greater than numProviders.
SP_REGISTRY_PROVIDER_NOT_FOUND
Section titled “SP_REGISTRY_PROVIDER_NOT_FOUND”
readonlySP_REGISTRY_PROVIDER_NOT_FOUND:"Provider not found"='Provider not found'
Revert raised by ServiceProviderRegistry.providerExists when the given
provider ID is within range but the underlying storage slot has no
associated service provider address (e.g. after removal).