Stable error returned by Qdrant client operations.
Request credentials are never retained in this value.
@type kind() :: :configuration | :transport | :http | :decode | :response_too_large | :file
@type t() :: %Qdrant.Error{ __exception__: term(), 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 }