Gleanex.Platform.ProblemDetailError (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a ProblemDetailError

Summary

Types

t()

@type t() :: %Gleanex.Platform.ProblemDetailError{
  code: String.t() | nil,
  detail: String.t(),
  pointer: String.t()
}