Go SDK - Errors

Version 1.2.3

This page provides documentation for the error handling mechanisms available within the Go SDK.

Error Types

The SDK defines several common error types, each representing a specific issue that might occur during API calls or other operations. Here are some of the most frequently encountered error types:

Handling Errors

The Go SDK provides several mechanisms for handling errors gracefully:

Resources