OpenCode.Generated.EventSessionNextRetriedProperties (opencode_sdk v0.1.57)

Copy Markdown View Source

Provides struct and type for a EventSessionNextRetriedProperties

Summary

Types

t()

@type t() :: %OpenCode.Generated.EventSessionNextRetriedProperties{
  attempt: integer(),
  error: OpenCode.Generated.SessionNextRetryError.t(),
  session_id: String.t(),
  timestamp: number()
}