bip/bip/bip32/bip32_ex library

Exceptions / Errors

Bip32KeyError
The Bip32KeyError class represents an exception that can be thrown in case of a key-related error during Bip32 key operations. It allows you to provide an optional error message to describe the specific issue. When caught, you can access the error message using the toString() method or the message property, if provided.
Bip32PathError
The Bip32PathError class represents an exception that can be thrown in case of a path-related error during Bip32 operations. It is designed to handle errors associated with hierarchical deterministic paths. You can include an optional error message to describe the specific issue. To access the error message, use the toString() method or the message property, if provided.