Gleanex.Platform.UnauthorizedAgentToolsProblem (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a UnauthorizedAgentToolsProblem

Summary

Types

t()

@type t() :: %Gleanex.Platform.UnauthorizedAgentToolsProblem{
  authentication_suggestions:
    [Gleanex.Platform.AuthenticationSuggestion.t()] | nil,
  code: String.t() | nil,
  detail: String.t() | nil,
  documentation_url: String.t() | nil,
  errors: [Gleanex.Platform.ProblemDetailError.t()] | nil,
  request_id: String.t() | nil,
  status: integer() | nil,
  title: String.t() | nil,
  type: String.t() | nil
}