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