Skip to main content

Class: QuotaExceededError

Defined in: Extensions/ExtensionApiErrors.ts:67

KV storage exceeded quota.

Extends

Constructors

Constructor

new QuotaExceededError(message, data?): QuotaExceededError

Defined in: Extensions/ExtensionApiErrors.ts:68

Parameters

message

string

data?

unknown

Returns

QuotaExceededError

Overrides

ExtensionApiError.constructor

Properties

code

readonly code: "PermissionDeniedError" | "NetworkHostNotAllowedError" | "ResponseTooLargeError" | "QuotaExceededError" | "ApiExportNotFoundError" | "ProviderNotRegisteredError" | "RpcProtocolError" | "RpcTimeoutError" | "RpcCancelledError" | "ExtensionNotActiveError" | "SettingRequiredError" | "IncompatibleApiVersionError" | "MethodRemovedError"

Defined in: Extensions/ExtensionApiErrors.ts:28

Inherited from

ExtensionApiError.code


data?

readonly optional data?: unknown

Defined in: Extensions/ExtensionApiErrors.ts:30

Optional structured detail attached to the error.

Inherited from

ExtensionApiError.data