This repository was archived by the owner on Nov 21, 2025. It is now read-only.
v1.2.0
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.