Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type APIError ¶
type APIError struct { HttpStatusCode int // A short string representing the reported error. Can be used to handle errors programmatically. Code string // A human-readable message providing more details about the error. Message string }
APIError is a custom error type for API errors.
Click to show internal directories.
Click to hide internal directories.