Skip to main content

Interface: ErrorInfo

Defined in: shared/types/configTypes.ts:23

Error information for caching.

Propertiesโ€‹

code?โ€‹

readonly optional code?: string;

Defined in: shared/types/configTypes.ts:25

Error code


context?โ€‹

readonly optional context?: UnknownRecord;

Defined in: shared/types/configTypes.ts:27

Additional error context


messageโ€‹

readonly message: string;

Defined in: shared/types/configTypes.ts:29

Error message


timestampโ€‹

readonly timestamp: number;

Defined in: shared/types/configTypes.ts:31

Error timestamp