@mcp-z/server
Preparing search index...
ErrorBranch
Interface ErrorBranch
Error branch type for discriminated union results
interface
ErrorBranch
{
code
?:
ErrorCode
;
debug
?:
Record
<
string
,
unknown
>
;
error
:
string
;
help
?:
string
;
type
:
"error"
;
}
Index
Properties
code?
debug?
error
help?
type
Properties
Optional
code
code
?:
ErrorCode
Optional
debug
debug
?:
Record
<
string
,
unknown
>
error
error
:
string
Optional
help
help
?:
string
type
type
:
"error"
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
code
debug
error
help
type
@mcp-z/server
Loading...
Error branch type for discriminated union results