Documentation ¶
Overview ¶
Package azureerrors defines shared azure error util functions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsClientError ¶
IsClientError returns true if the error is a client error (400-499) returned by the azure server.
func IsConflict ¶
IsConflict determines if the error is a http 409 error returned by the azure server.
func IsNotFound ¶
IsNotFound returns true if the error is a http 404 error returned by the azure server.
func IsThrottled ¶
IsThrottled determines if the error is a http 429 error returned by the azure server.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.