SurrealEx.Domain.ExecutionError.SurrealError (surrealdb_ex v0.0.2)

Summary

Types

t()

@type t() :: %SurrealEx.Domain.ExecutionError.SurrealError{
  code: integer(),
  message: String.t()
}

Functions

new(map_or_kwlist, opts \\ [])

@spec new(ExConstructor.map_or_kwlist(), Keyword.t()) ::
  %SurrealEx.Domain.ExecutionError.SurrealError{
    code: term(),
    message: term()
  }