ErrorResponseMessage
Defined in: astrobase/src/rpc/shared/messages.ts:29
Type for an RPC error response message.
Extends
Section titled “Extends”MessageBase
<P
>
Type Parameters
Section titled “Type Parameters”P
extends string
Properties
Section titled “Properties”error?
Section titled “error?”
optional
error:string
Defined in: astrobase/src/rpc/shared/messages.ts:34
The error message of the response.
jobID:
number
Defined in: astrobase/src/rpc/shared/messages.ts:7
The job ID. This is included in the response message to help track requests.
Inherited from
Section titled “Inherited from”ok:
false
Defined in: astrobase/src/rpc/shared/messages.ts:31
Determines whether this is a success or error response.
procedure
Section titled “procedure”procedure:
P
Defined in: astrobase/src/rpc/shared/messages.ts:10
The procedure name.