Enumeration

FridaError

Declaration

error-domain Frida.Error

Description [src]

The errors that Frida operations can fail with.

Members

FRIDA_ERROR_SERVER_NOT_RUNNING

The frida-server is not running.

  • Value: 0
  • Available since: 1.0
FRIDA_ERROR_EXECUTABLE_NOT_FOUND

The specified executable was not found.

  • Value: 1
  • Available since: 1.0
FRIDA_ERROR_EXECUTABLE_NOT_SUPPORTED

The specified executable is not supported.

  • Value: 2
  • Available since: 1.0
FRIDA_ERROR_PROCESS_NOT_FOUND

No process matched the request.

  • Value: 3
  • Available since: 1.0
FRIDA_ERROR_PROCESS_NOT_RESPONDING

The process is not responding.

  • Value: 4
  • Available since: 1.0
FRIDA_ERROR_INVALID_ARGUMENT

An argument was invalid.

  • Value: 5
  • Available since: 1.0
FRIDA_ERROR_INVALID_OPERATION

The operation is not valid in the current state.

  • Value: 6
  • Available since: 1.0
FRIDA_ERROR_PERMISSION_DENIED

Permission was denied.

  • Value: 7
  • Available since: 1.0
FRIDA_ERROR_ADDRESS_IN_USE

The requested address is already in use.

  • Value: 8
  • Available since: 1.0
FRIDA_ERROR_TIMED_OUT

The operation timed out.

  • Value: 9
  • Available since: 1.0
FRIDA_ERROR_NOT_SUPPORTED

The operation is not supported.

  • Value: 10
  • Available since: 1.0
FRIDA_ERROR_PROTOCOL

A protocol error occurred.

  • Value: 11
  • Available since: 1.0
FRIDA_ERROR_TRANSPORT

A transport-level error occurred.

  • Value: 12
  • Available since: 1.0