Expand description
Error types for the Aptos SDK.
This module provides a unified error type AptosError that encompasses
all possible errors that can occur when using the SDK.
Enums§
- Aptos
Error - The main error type for the Aptos SDK.
Type Aliases§
- Aptos
Result - A specialized Result type for Aptos SDK operations.