FoundryStorageConflictException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raised when a storage resource already exists or an optimistic-concurrency create conflicts (HTTP 409).
public class FoundryStorageConflictException : Azure.AI.AgentServer.Core.Storage.FoundryStorageBadRequestException
type FoundryStorageConflictException = class
inherit FoundryStorageBadRequestException
Public Class FoundryStorageConflictException
Inherits FoundryStorageBadRequestException
- Inheritance
-
FoundryStorageConflictException
Constructors
| Name | Description |
|---|---|
| FoundryStorageConflictException(String, String, String) |
Initializes a new instance of the FoundryStorageConflictException class. |
Properties
| Name | Description |
|---|---|
| Param |
Gets the offending request parameter reported by the service, if any. (Inherited from FoundryStorageBadRequestException) |