Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Server The operation looked fine but the server couldn't process it. Server string = "server" // NotFound The requested resource could not be found. NotFound string = "not_found" // User The request was well-formed but was unable to be followed due to semantic errors. User string = "user" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error ¶
Error Representation of errors in API.
func EntitlementError ¶
EntitlementError Used to represent entitlement errors.
func MissingTenantError ¶
MissingTenantError Used to represent missing tenant errors.
func NotFoundError ¶
NotFoundError Used to represent not found errors.
func ServerError ¶
ServerError Used to represent server errors.
func UnauthorizedError ¶
UnauthorizedError Used to represent unauthorized errors.
func ValidationError ¶
ValidationError Used to represent validation errors.
Click to show internal directories.
Click to hide internal directories.