Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 446 Bytes

File metadata and controls

25 lines (13 loc) · 446 Bytes

@fluxninja/aperture-js / KeyDeleteResponse

Interface: KeyDeleteResponse

Represents the response of a cache key delete operation.

Table of contents

Methods

Methods

getError

getError(): null | Error

Gets the error that occurred during the delete operation, if any.

Returns

null | Error

The error object or null if no error occurred.