Skip to main content

Complete Error Database

This page contains all 53 custom errors from the CoFHE smart contracts. Use this reference to understand error messages you encounter during development.
Use the @fhenixprotocol/cofhe-errors package to decode errors instantly:
See the CoFHE Errors Package page for installation and usage instructions.

Errors by Contract

ACL (8 errors)

Access Control List errors related to permissions and delegation.

TaskManager (16 errors)

Errors from the TaskManager contract that handles FHE operations.

Ownable2StepUpgradeable (4 errors)

Errors related to contract ownership and initialization.

ERC1967Utils (4 errors)

Errors from the ERC1967 proxy utilities.

SafeCast (4 errors)

Errors from safe type casting operations.

Errors (4 errors)

General error utilities.

ECDSA (3 errors)

Errors from ECDSA signature verification.

Strings (3 errors)

Errors from string utility operations.

Common (2 errors)

Common utility errors.

UUPSUpgradeable (2 errors)

Errors from UUPS proxy upgradeability.

Address (1 error)

Address utility errors.

FHE (1 error)

Core FHE operation errors.

PlaintextsStorage (1 error)

Errors from the plaintext storage contract.

All Errors (Alphabetical)

Next Steps