SurrealEx.Domain.ExecutionError (surrealdb_ex v0.0.2)
Defines the struct for execution error.
Summary
Types
@type t() :: %SurrealEx.Domain.ExecutionError{ error: SurrealEx.Domain.ExecutionError.SurrealError.t(), id: String.t() }
Functions
@spec new(ExConstructor.map_or_kwlist(), Keyword.t()) :: %SurrealEx.Domain.ExecutionError{ error: term(), id: term() }