Gjsify LogoGjsify Logo

Possible errors returned when calling #TrackerMiner APIs or subclassed miners where the error is generic to all miners.

Index

Enumeration Members

INVALID_COOKIE: number

When pausing a miner, a cookie (or gint based ID) is given. That cookie must be used to resume a previous pause request. If the cookie is unrecognised, this error is given.

NAME_MISSING: number

No name was given when creating the miner. The name is crucial for D-Bus presence and a host of other things.

NAME_UNAVAILABLE: number

The name trying to be used for the miner was not available, possibly because the miner is already running with the same name in another process.

PAUSED: number

Given by miners when an API is used at the time the miner itself is paused and such actions should be avoided.

PAUSED_ALREADY: number

The pause request has already been given by the same application with the same reason. Duplicate pause calls with the same reason by the same application can not be carried out.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • 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