toggle menu
lmos-runtime
0.7.0
jvm
switch theme
search in API
lmos-runtime
/
ai.ancf.lmos.runtime.core.exception
/
GlobalExceptionHandler
/
handleAgentClientException
handle
Agent
Client
Exception
@
ExceptionHandler
(
value
=
[
AgentClientException::class
]
)
fun
handleAgentClientException
(
exchange
:
ServerWebExchange
,
ex
:
Exception
)
:
ResponseEntity
<
ErrorMessage
>