TentoCMS
Classes

Class: TentoAuthenticationError

Error thrown when authentication fails (HTTP 401) Usually indicates an invalid or missing API key

Error thrown when authentication fails (HTTP 401) Usually indicates an invalid or missing API key

Extends

Constructors

Constructor

new TentoAuthenticationError(message?): TentoAuthenticationError;

Parameters

ParameterTypeDefault value
messagestring'Invalid or missing API key'

Returns

TentoAuthenticationError

Overrides

TentoError.constructor

Properties

PropertyModifierTypeInherited from
codereadonlystringTentoError.code
details?readonlyRecord<string, unknown>TentoError.details
messagepublicstringTentoError.message
namepublicstringTentoError.name
stack?publicstringTentoError.stack
statusreadonlynumberTentoError.status
Copyright © 2026