azureerrors

package
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 7, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package azureerrors defines shared azure error util functions.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsClientError

func IsClientError(err error) bool

IsClientError returns true if the error is a client error (400-499) returned by the azure server.

func IsConflict

func IsConflict(err error) bool

IsConflict determines if the error is a http 409 error returned by the azure server.

func IsNotFound

func IsNotFound(err error) bool

IsNotFound returns true if the error is a http 404 error returned by the azure server.

func IsThrottled

func IsThrottled(err error) bool

IsThrottled determines if the error is a http 429 error returned by the azure server.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL