koog
Toggle table of contents
0.6.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
koog
prompt-executor-openrouter-client
/
ai.koog.prompt.executor.clients.openrouter.models
/
OpenRouterError
Open
Router
Error
@
Serializable
class
OpenRouterError
(
val
message
:
String
,
val
type
:
String
?
=
null
,
val
code
:
String
?
=
null
)
(
source
)
OpenRouter API Error Response
Members
Constructors
Open
Router
Error
Link copied to clipboard
constructor
(
message
:
String
,
type
:
String
?
=
null
,
code
:
String
?
=
null
)
Properties
code
Link copied to clipboard
val
code
:
String
?
message
Link copied to clipboard
val
message
:
String
type
Link copied to clipboard
val
type
:
String
?