Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( InvalidParams = "invalid params" DatabaseQueryError = "database query error" NotFoundError = "not found error" InternalError = "internal error" ResourceOperateError = "resource operate failed" SensitiveDataError = "can not modified sensitive data" )
Functions ¶
This section is empty.
Types ¶
type APIError ¶
type Details ¶
type Details struct { Type ErrorType `json:"type"` Reason StatusReason `json:"reason"` Message string `json:"message"` }
type StatusReason ¶
type StatusReason string
Click to show internal directories.
Click to hide internal directories.