@runloop/agent-axon-client
Preparing search index...
claude
SDKHookResponseMessage
Type Alias SDKHookResponseMessage
type
SDKHookResponseMessage
=
{
exit_code
?:
number
;
hook_event
:
string
;
hook_id
:
string
;
hook_name
:
string
;
outcome
:
"success"
|
"error"
|
"cancelled"
;
output
:
string
;
session_id
:
string
;
stderr
:
string
;
stdout
:
string
;
subtype
:
"hook_response"
;
type
:
"system"
;
uuid
:
UUID
;
}
Index
Claude SDK
exit_
code?
hook_
event
hook_
id
hook_
name
outcome
output
session_
id
stderr
stdout
subtype
type
uuid
Claude SDK
Optional
exit_
code
exit_code
?:
number
hook_
event
hook_event
:
string
hook_
id
hook_id
:
string
hook_
name
hook_name
:
string
outcome
outcome
:
"success"
|
"error"
|
"cancelled"
output
output
:
string
session_
id
session_id
:
string
stderr
stderr
:
string
stdout
stdout
:
string
subtype
subtype
:
"hook_response"
type
type
:
"system"
uuid
uuid
:
UUID
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Claude SDK
exit_
code
hook_
event
hook_
id
hook_
name
outcome
output
session_
id
stderr
stdout
subtype
type
uuid
@runloop/agent-axon-client
Loading...