NativeZipErrors enum

Inheritance
Available extensions

Values

ERR_NZ_MIN → const NativeZipErrors
const NativeZipErrors(-10000)
ERR_NZ_CANCELLED → const NativeZipErrors
const NativeZipErrors(-9999)
ERR_NZ_DIR_TRAVERSAL_FILE_NOTFOUND → const NativeZipErrors
const NativeZipErrors(-9998)
ERR_NZ_DIR_TRAVERSAL_NO_MORE_FILE → const NativeZipErrors
const NativeZipErrors(-9997)
ERR_NZ_DIR_TRAVERSAL_PATH_TOO_LONG → const NativeZipErrors
const NativeZipErrors(-9996)
ERR_NZ_INVALID_ARGUMENT → const NativeZipErrors
const NativeZipErrors(-9995)
ERR_NZ_INVALID_PATH → const NativeZipErrors

malicious path, or entry path not ends with '/' for a dir

const NativeZipErrors(-9994)
ERR_NZ_ZIP_HAS_MALICIOUS_PATH → const NativeZipErrors
const NativeZipErrors(-9993)
ERR_NZ_INTERNAL_ERROR → const NativeZipErrors
const NativeZipErrors(-9992)
ERR_NZ_MKDIR → const NativeZipErrors
const NativeZipErrors(-9991)
ERR_NZ_ZIP_ENTRY_NOT_FOUND → const NativeZipErrors
const NativeZipErrors(-9990)
ERR_NZ_ZIP_ENTRY_ALREADY_EXISTS → const NativeZipErrors

try to add / move / rename to an entry which is already exists

const NativeZipErrors(-9989)
ERR_NZ_FILE_ALREADY_EXISTS → const NativeZipErrors
const NativeZipErrors(-9988)
ERR_NZ_MAX → const NativeZipErrors
const NativeZipErrors(-9987)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromValue(int value) NativeZipErrors

Constants

values → const List<NativeZipErrors>
A constant List of the values in this enum, in order of their declaration.