Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorInfo ¶
type ErrorInfo struct {
Code int `json:"code"`
Message string `json:"message"`
Status string `json:"status"`
Errors []ErrorReason `json:"errors"`
}
type ErrorReason ¶
type GoogleError ¶
type GoogleError struct {
Info ErrorInfo `json:"error"`
}
func (GoogleError) Error ¶
func (z GoogleError) Error() string
Click to show internal directories.
Click to hide internal directories.