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

object

name

Errors.type:FileSystemError

description

There was an error interacting with the file system on the device.

Hierarchy

Index

Constructors

constructor

  • new FileSystemError(name: string, message: string, code: number): FileSystemError

Properties

code

code: number

message

message: string

name

name: string

Static ABORT_ERR

ABORT_ERR: 3 = 3

Static ENCODING_ERR

ENCODING_ERR: 5 = 5

Static INVALID_MODIFICATION_ERR

INVALID_MODIFICATION_ERR: 9 = 9

Static INVALID_STATE_ERR

INVALID_STATE_ERR: 7 = 7

Static NOT_FOUND_ERR

NOT_FOUND_ERR: 1 = 1

Static NOT_READABLE_ERR

NOT_READABLE_ERR: 4 = 4

Static NO_MODIFICATION_ALLOWED_ERR

NO_MODIFICATION_ALLOWED_ERR: 6 = 6

Static PATH_EXISTS_ERR

PATH_EXISTS_ERR: 12 = 12

Static QUOTA_EXCEEDED_ERR

QUOTA_EXCEEDED_ERR: 10 = 10

Static SECURITY_ERR

SECURITY_ERR: 2 = 2

Static SYNTAX_ERR

SYNTAX_ERR: 8 = 8

Static TYPE_MISMATCH_ERR

TYPE_MISMATCH_ERR: 11 = 11

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