Prelude API
Guides
Skill
GitHub
Preparing search index...
@prelude/remote-actor
SerializedError
Interface SerializedError
Wire representation of an error thrown by the remote handler.
interface
SerializedError
{
code
?:
unknown
;
message
:
string
;
name
:
string
;
}
Index
Properties
code?
message
name
Properties
Optional
Readonly
code
code
?:
unknown
Readonly
message
message
:
string
Readonly
name
name
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
code
message
name
Guides
Skill
GitHub
Prelude API
Loading...
Wire representation of an error thrown by the remote handler.