RpcError Interface

Packages > @anticrm/rpc > RpcError

Signature:

export interface RpcError 

Properties

List of properties of this interface
Property Type Description
code number
data any
message string

Events

code

Signature:

code: number;

data

Signature:

data?: any;

message

Signature:

message?: string;