package
Version:
v0.3.5
Opens a new window with list of versions in this module.
Published: Mar 13, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
APIResponseError in normalized format
type APIError struct {
Code int `json:"code"`
Message string `json:"message"`
}
APIError Normalized struct for an API error
type Error struct {
Status string `json:"status"`
Error *APIError `json:"error"`
}
Error is a normalized data wrapper
Source Files
¶
Click to show internal directories.
Click to hide internal directories.