# STRING_ERRORS

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

Defined in: [packages/synapse-core/src/utils/contract-errors.ts:6](https://github.com/FilOzone/synapse-sdk/blob/f7cf64c2e5ba1e8fffcf44b11f88f3ef7958de8d/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).