Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

v1.2.0

Choose a tag to compare

@osmontero osmontero released this 28 Feb 19:13
· 5 commits to main since this release
8f2b3db
Add ToError function to cast errors to SdkError

This function attempts to convert a generic error into an SdkError. If the provided error is not an SdkError or is nil, it returns nil. This improves error handling by allowing precise error type checks.