# STRING_ERRORS

> `const` **STRING\_ERRORS**: `object`

Defined in: [packages/synapse-core/src/utils/contract-errors.ts:6](https://github.com/FilOzone/synapse-sdk/blob/8736322ef69c7a6b0f16402937c72a79b17d03e8/packages/synapse-core/src/utils/contract-errors.ts#L6)

FOC contracts errors strings

## Type Declaration

### PDP\_VERIFIER\_DATA\_SET\_NOT\_LIVE

> `readonly` **PDP\_VERIFIER\_DATA\_SET\_NOT\_LIVE**: `"Data set not live"` = `'Data set not live'`

### SP\_REGISTRY\_PROVIDER\_DOES\_NOT\_EXIST

> `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`.

### SP\_REGISTRY\_PROVIDER\_NOT\_FOUND

> `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).