Interface IRpcResponseMsg

Hierarchy

  • IRpcResponseMsg

Properties

Properties

error?: {
    error: any;
    msg: string;
}

Property containing the error, if it occourd.

Type declaration

  • error: any
  • msg: string
result?: any

Property containing the result. Is only present, if no error exists.

sink?: string

Sink for the data (the modules provide them.)

Author

M.Karkowski

Memberof

IRpcResponseMsg

taskId: string

ID of the Task.

Generated using TypeDoc