# identity/offchain/accessors/errors

## Index

### Enumerations

* [SchemaErrorTypes](https://josh-8.gitbook.io/celo-docs/developer-guide/summary/external-modules/broken-reference)

### Classes

* [InvalidDataError](https://josh-8.gitbook.io/celo-docs/developer-guide/summary/external-modules/broken-reference)
* [InvalidKey](https://josh-8.gitbook.io/celo-docs/developer-guide/summary/external-modules/broken-reference)
* [OffchainError](https://josh-8.gitbook.io/celo-docs/developer-guide/summary/external-modules/broken-reference)
* [UnavailableKey](https://josh-8.gitbook.io/celo-docs/developer-guide/summary/external-modules/broken-reference)
* [UnknownCiphertext](https://josh-8.gitbook.io/celo-docs/developer-guide/summary/external-modules/broken-reference)

### Type aliases

* [SchemaErrors](#schemaerrors)

## Type aliases

### SchemaErrors

Ƭ **SchemaErrors**: [*InvalidDataError*](https://josh-8.gitbook.io/celo-docs/developer-guide/summary/external-modules/broken-reference) *|* [*OffchainError*](https://josh-8.gitbook.io/celo-docs/developer-guide/summary/external-modules/broken-reference) *|* [*UnknownCiphertext*](https://josh-8.gitbook.io/celo-docs/developer-guide/summary/external-modules/broken-reference) *|* [*UnavailableKey*](https://josh-8.gitbook.io/celo-docs/developer-guide/summary/external-modules/broken-reference) *|* [*InvalidKey*](https://josh-8.gitbook.io/celo-docs/developer-guide/summary/external-modules/broken-reference)

*Defined in* [*packages/contractkit/src/identity/offchain/accessors/errors.ts:44*](https://github.com/celo-org/celo-monorepo/blob/master/packages/contractkit/src/identity/offchain/accessors/errors.ts#L44)
