FerricStore.Flow.QueryError exception (ferricstore_sdk v0.6.2)

Copy Markdown View Source

Actionable, value-redacted FQL diagnostic returned by FerricStore.

Summary

Types

t()

@type t() :: %FerricStore.Flow.QueryError{
  __exception__: term(),
  code: binary(),
  context: map() | nil,
  detail: binary() | nil,
  hint: binary() | nil,
  message: binary(),
  position:
    %{byte: pos_integer(), line: pos_integer(), column: pos_integer()} | nil,
  raw: term(),
  retry_after_ms: non_neg_integer(),
  retryable: boolean(),
  safe_to_retry: boolean()
}