SurrealEx.Domain.ExecutionError (surrealdb_ex v0.0.2)

Defines the struct for execution error.

Summary

Types

t()

@type t() :: %SurrealEx.Domain.ExecutionError{
  error: SurrealEx.Domain.ExecutionError.SurrealError.t(),
  id: String.t()
}

Functions

new(map_or_kwlist, opts \\ [])

@spec new(ExConstructor.map_or_kwlist(), Keyword.t()) ::
  %SurrealEx.Domain.ExecutionError{
    error: term(),
    id: term()
  }