API
Errors
Error classes thrown by the SDK.
CallciumError
Thrown when a policy or descriptor blob is structurally malformed.
The optional offset indicates the byte position in the source blob where the error was detected.
PolicyViolationError
Thrown by PolicyEnforcer.enforce when calldata fails policy enforcement.
Distinct from CallciumError("VALIDATION_ERROR"), which signals static
issues in the policy itself.
Carries the full list of violations (one per failed group).
Types
CallciumErrorCode
Machine-readable error code for structural decoding and validation failures.
Prop
Type