Expand description
Error types for zescrow_core.
Provides the following error types:
EscrowError: Top-level error for escrow operationsConditionError: Cryptographic condition verification failuresIdentityError: Identity parsing and validation errorsAssetError: Asset validation and serialization errors
Enumsยง
- Asset
Error - Errors related to asset parsing, validation, or formatting.
- Condition
Error - Errors related to cryptographic condition verification.
- Escrow
Error - Errors arising from on-chain
Escrowoperations and parameter validation. - Identity
Error - Errors related to identity parsing and validation.