Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsNotFound ¶
IsNotFound returns true if the error is an Upbound SDK NotFound error, and false otherwise.
Types ¶
type Error ¶
type Error struct { Status int `json:"status"` Title string `json:"title"` Detail *string `json:"detail,omitempty"` }
Error is an Upbound SDK error response.
func (*Error) IsNotFound ¶
IsNotFound returns true if the error type is ErrorTypeNotFound, and false otherwise.
Click to show internal directories.
Click to hide internal directories.