Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 460 Bytes

KeyUpsertResponse.md

File metadata and controls

25 lines (13 loc) · 460 Bytes

@fluxninja/aperture-js / KeyUpsertResponse

Interface: KeyUpsertResponse

Represents the response of a cache key update operation.

Table of contents

Methods

Methods

getError

getError(): null | Error

Gets the error that occurred during the operation.

Returns

null | Error

The error that occurred during the operation, or null if no error occurred.