WebExtensionError#
Added in version 2.52.
- class WebExtensionError#
Enum values used to denote errors happening when parsing a WebExtension
Methods#
Fields#
- class WebExtensionError
- INVALID_ARCHIVE#
The archive file is invalid or corrupt.
- INVALID_BACKGROUND_PERSISTENCE#
The extension specified background persistence that was not compatible with the platform or features requested.
- INVALID_DECLARATIVE_NET_REQUEST_ENTRY#
An invalid declarative net request entry was encountered.
- INVALID_MANIFEST#
An invalid
manifest.jsonwas encountered.
- INVALID_MANIFEST_ENTRY#
An invalid manifest entry was encountered.
- INVALID_RESOURCE_CODE_SIGNATURE#
A resource failed the bundle’s code signature checks.
- RESOURCE_NOT_FOUND#
A specified resource was not found on disk.
- UNKNOWN#
An unknown error occured.
- UNSUPPORTED_MANIFEST_VERSION#
The manifest version is not supported.