# Functions
IsClientError returns true if the error is a client error (400-499) returned by the azure server.
IsConflict determines if the error is a http 409 error returned by the azure server.
IsNotFound returns true if the error is a http 404 error returned by the azure server.
IsThrottled determines if the error is a http 429 error returned by the azure server.