Selecto.Advanced.LateralJoin.CorrelationError exception (Selecto v0.3.8)

Error raised when LATERAL join correlations are invalid.

Link to this section Summary

Link to this section Types

@type t() :: %Selecto.Advanced.LateralJoin.CorrelationError{
  __exception__: true,
  available_fields: [String.t()],
  message: String.t(),
  referenced_field: String.t(),
  type: :invalid_correlation | :missing_field | :validation_error
}