Options
All
  • Public
  • Public/Protected
  • All
Menu
ngdoc

object

name

Errors.type:RPCError

description

There was an error executing an RPC on an IOTile Device. Information about the error is contained in the attached properties.

property

{number} address The address of the tile that the RPC was directed toward

property

{number} rpcID the 16-bit ID of the RPC that we were trying to

property

{number} errorCode the numeric error code that was returned during RPC processing

Hierarchy

  • BaseError
    • RPCError

Index

Enumeration members

Static BluetoothErrorWritingRPC

BluetoothErrorWritingRPC:

Static ErrorWritingRPC

ErrorWritingRPC:

Static IncorrectReceivedLength

IncorrectReceivedLength:

Static OK

OK: = 0

Static ResponseReceivedAtInvalidTime

ResponseReceivedAtInvalidTime:

Static StoppedFromPreviousErrors

StoppedFromPreviousErrors:

Static UnexpectedRPCTimeout

UnexpectedRPCTimeout:

Constructors

constructor

  • new RPCError(address: number, rpcID: number, errorCode: number): RPCError

Properties

address

address: number

errorCode

errorCode: number

message

message: string

name

name: string

rpcID

rpcID: number

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc