package
Version:
v0.0.0-...-1003994
Opens a new window with list of versions in this module.
Published: Aug 1, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
IsAPIError check if e is an API error
type APIError struct {
Code int64 `json:"code"`
Message string `json:"msg"`
}
APIError define API error when response status is 4xx or 5xx
Error return error code and message
Source Files
¶
Click to show internal directories.
Click to hide internal directories.