Documentation
¶
Overview ¶
Copyright (c) Microsoft Corporation. Licensed under the MIT license.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( NotFound error = errors.New("Not Found") Timedout error = errors.New("Timedout") InvalidInput error = errors.New("Invalid Input") NotSupported error = errors.New("Not Supported") AlreadyExists error = errors.New("Already Exists") InvalidFilter error = errors.New("Invalid Filter") Failed error = errors.New("Failed") NotImplemented error = errors.New("Not Implemented") Unknown error = errors.New("Unknown Reason") )
Functions ¶
func IsAlreadyExists ¶
func IsNotFound ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.