Documentation ¶
Overview ¶
Package errors provides utility functions for various errors
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ErrorToSentence ¶ added in v1.0.7
ErrorToSentence will capitalize the first letter of the error message and add a period to the end if one is not present.
func IsTimeoutErr ¶ added in v1.1.1
IsTimeoutErr returns true if the error indicates timeout
func SyncStatusError ¶
func SyncStatusError(ctx apirequest.Context, err error) error
SyncStatusError makes a best effort attempt to replace the GroupResource info in err with the data from the request info of ctx.
func TolerateNotFoundError ¶
TolerateNotFoundError tolerates 'not found' errors
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.