Qdrant.Error exception (Qdrant v0.1.15)

Copy Markdown View Source

Stable error returned by Qdrant client operations.

Request credentials are never retained in this value.

Summary

Types

kind()

@type kind() ::
  :configuration | :transport | :http | :decode | :response_too_large | :file

t()

@type t() :: %Qdrant.Error{
  __exception__: true,
  body: term(),
  headers: [{String.t(), String.t()}],
  kind: kind(),
  method: atom() | nil,
  reason: term(),
  request_id: String.t() | nil,
  status: non_neg_integer() | nil,
  url: String.t() | nil
}