Skip to content

Latest commit

 

History

History
146 lines (78 loc) · 4.09 KB

File metadata and controls

146 lines (78 loc) · 4.09 KB

c8osdkjscoreC8oUnavailableLocalCacheException

Class: C8oUnavailableLocalCacheException

This Exception is not thrown to the user, it is used to know if the requested response from the local cache is available or no.

Hierarchy

C8oException

C8oUnavailableLocalCacheException

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

+ new C8oUnavailableLocalCacheException(detailMessage: string): C8oUnavailableLocalCacheException

Overrides C8oException.constructor

Defined in c8osdk-js-core/src/c8o/Exception/c8oUnavailableLocalCacheException.ts:6

Parameters:

Name Type
detailMessage string

Returns: C8oUnavailableLocalCacheException

+ new C8oUnavailableLocalCacheException(detailMessage: string, cause: Error): C8oUnavailableLocalCacheException

Overrides C8oException.constructor

Defined in c8osdk-js-core/src/c8o/Exception/c8oUnavailableLocalCacheException.ts:7

Parameters:

Name Type
detailMessage string
cause Error

Returns: C8oUnavailableLocalCacheException

Properties

Protected _cause

_cause: Error

Inherited from C8oException._cause

Defined in c8osdk-js-core/src/c8o/Exception/c8oException.ts:7


message

message: string

Inherited from C8oException.message

Overrides void

Defined in c8osdk-js-core/src/c8o/Exception/c8oException.ts:6


name

name: string

Inherited from void

Defined in C:/dev/sdks/c8osdk-angular/node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:973


Optional stack

stack? : string

Inherited from void

Overrides void

Defined in C:/dev/sdks/c8osdk-angular/node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:975

Accessors

cause

get cause(): Error

Inherited from C8oException.cause

Defined in c8osdk-js-core/src/c8o/Exception/c8oException.ts:28

Returns: Error

Methods

toJSON

toJSON(): object

Inherited from C8oException.toJSON

Defined in c8osdk-js-core/src/c8o/Exception/c8oException.ts:32

Returns: object


toString

toString(): object

Inherited from C8oException.toString

Defined in c8osdk-js-core/src/c8o/Exception/c8oException.ts:40

Returns: object