Gjsify LogoGjsify Logo

This enumeration is used to defined the error returned by the debugger backend.

Index

Enumeration Members

ALREADY_DONE: number

Command has already been executed

CANCEL: number

Operation has been cancelled

NOT_CONNECTED: number

Debugger is not connected:

NOT_IMPLEMENTED: number

Corresponding function is not implemented

NOT_LOADED: number

Debugger is not is loaded state

NOT_READY: number

Debugger is not ready to execute the command

NOT_RUNNING: number

Debugger is not is running state

NOT_STARTED: number

Debugger is not in started state

NOT_STOPPED: number

Debugger is not is stopped state

OK: number

No error

OTHER_ERROR: number

other error

PROGRAM_NOT_FOUND: number

Program cannot be found

UNABLE_TO_ACCESS_MEMORY: number

Debugger cannot access memory

UNABLE_TO_CONNECT: number

Unable to connect to debugger

UNABLE_TO_CREATE_VARIABLE: number

Debugger cannot create variable

UNABLE_TO_FIND_DEBUGGER: number

Debugger cannot be found

UNABLE_TO_OPEN_FILE: number

Debugger cannot open file

UNKNOWN_ERROR: number

Unknown error

UNSUPPORTED_FILE_TYPE: number

Debugger cannot debug such file

UNSUPPORTED_VERSION: number

Debugger is too old

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