C# Class FailedToGetEmbeddingKeys, Runtime

Exception that gets thrown when the embedding store failed to get the persisted embedding keys for an embedding.
Inheritance: Exception
Mostrar archivo Open project: dolittle/Runtime

Public Methods

Method Description
FailedToGetEmbeddingKeys ( EmbeddingId embedding ) : System,

Initializes an instance of the FailedToGetEmbeddingKeys class.

Method Details

FailedToGetEmbeddingKeys() public method

Initializes an instance of the FailedToGetEmbeddingKeys class.
public FailedToGetEmbeddingKeys ( EmbeddingId embedding ) : System,
embedding EmbeddingId The embedding identifier.
return System,