Values.ConflictExceptionSourceThis exception occurs when a conflict with a previous successful write is detected. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.
type nonrec t = {message : String500.t option;resourceId : ResourceId.t option;The identifier of the resource that the exception applies to.
*)resourceType : ResourceType.t option;The type of the resource that the exception applies to.
*)}