AgentOS
About
Features
Blog
API Docs
Guides
Get Started
@framers/agentos
GMIManagerError
Class GMIManagerError
Custom error class for GMIManager-specific operational errors.
Hierarchy
GMIError
GMIManagerError
Index
Constructors
constructor
Methods
get
Http
Status
Code
get
User
Friendly
Message
to
Plain
Object
toJSON
isGMIError
wrap
Properties
code
details?
component?
timestamp
http
Status
Code?
cause?
Constructors
constructor
new GMIManager
Error
(
message
,
code
,
details
?
)
:
GMIManagerError
Parameters
message
:
string
code
:
string
Optional
details
:
any
Returns
GMIManagerError
Methods
get
Http
Status
Code
get
Http
Status
Code
(
)
:
number
Returns
number
get
User
Friendly
Message
get
User
Friendly
Message
(
)
:
string
Returns
string
to
Plain
Object
to
Plain
Object
(
)
:
Record
<
string
,
any
>
Returns
Record
<
string
,
any
>
toJSON
toJSON
(
)
:
Record
<
string
,
any
>
Returns
Record
<
string
,
any
>
Static
isGMIError
isGMIError
(
error
)
:
error
is
GMIError
Parameters
error
:
unknown
Returns
error
is
GMIError
Static
wrap
wrap
(
error
,
code
,
message
?
,
componentOrigin
?
)
:
GMIError
Parameters
error
:
unknown
code
:
string
Optional
message
:
string
Optional
componentOrigin
:
string
Returns
GMIError
Properties
Readonly
code
code
:
string
Optional
Readonly
details
details
?:
any
Optional
Readonly
component
component
?:
string
Readonly
timestamp
timestamp
:
string
Optional
Readonly
http
Status
Code
http
Status
Code
?:
number
Optional
Readonly
cause
cause
?:
unknown
Settings
Member Visibility
Protected
Inherited
Alpha
Beta
Theme
OS
Light
Dark
On This Page
constructor
get
Http
Status
Code
get
User
Friendly
Message
to
Plain
Object
toJSON
isGMIError
wrap
code
details
component
timestamp
http
Status
Code
cause
Architecture
Changelog
Planning Engine
Human-in-the-Loop
Agent Communication
Evaluation Framework
@framers/agentos - v1.0.1
Loading...
Custom error class for GMIManager-specific operational errors.