Skip to content

STRING_ERRORS

const STRING_ERRORS: object

Defined in: packages/synapse-core/src/utils/contract-errors.ts:6

FOC contracts errors strings

readonly PDP_VERIFIER_DATA_SET_NOT_LIVE: "Data set not live" = 'Data set not live'

readonly SP_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.

readonly SP_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).