Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration Code

Index

Enumeration members

INVALID_ARGUMENT = 2
OK = 0

Not an error, indicates success.

PERMISSION_DENIED = 3
SYSTEM = 4

For any error that was raised when making syscalls.

UNKNOWN = 1

For any error that is not covered in the existing codes.

Generated using TypeDoc