nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
SkillSecurityError
Interface SkillSecurityError
Security error with code and context.
interface
SkillSecurityError
{
code
:
SecurityErrorCode
;
message
:
string
;
context
?:
Record
<
string
,
unknown
>
;
}
Index
Properties
code
message
context?
Properties
Readonly
code
code
:
SecurityErrorCode
Readonly
message
message
:
string
Optional
Readonly
context
context
?:
Record
<
string
,
unknown
>
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
On This Page
Properties
code
message
context
GitHub
npm
nexus-agents - v2.80.0
Loading...
Security error with code and context.