koog-agents
Toggle table of contents
0.4.2
common
Platform filter
common
Switch theme
Search in API
koog-agents
prompt-executor-clients
/
ai.koog.prompt.executor.clients.retry
/
RetryablePattern
/
Status
Status
data
class
Status
(
val
code
:
Int
)
:
RetryablePattern
(
source
)
Matches HTTP status codes in error messages.
Members
Constructors
Status
Link copied to clipboard
constructor
(
code
:
Int
)
Properties
code
Link copied to clipboard
val
code
:
Int
Functions
matches
Link copied to clipboard
open
override
fun
matches
(
message
:
String
)
:
Boolean