Prelude API
Guides
Skill
GitHub
Preparing search index...
@prelude/actor
ActorError
Class ActorError
Error raised by the actor runtime itself, as opposed to errors thrown by handlers.
Hierarchy
Error
ActorError
Index
Constructors
constructor
Properties
code
Constructors
constructor
new
ActorError
(
message
:
string
,
code
:
Code
,
options
?:
ErrorOptions
)
:
ActorError
Parameters
message
:
string
code
:
Code
Optional
options
:
ErrorOptions
Returns
ActorError
Properties
Readonly
code
code
:
Code
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
code
Guides
Skill
GitHub
Prelude API
Loading...
Error raised by the actor runtime itself, as opposed to errors thrown by handlers.