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