c8osdkjscore › 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.
↳ C8oUnavailableLocalCacheException
+ 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
• _cause: Error
Inherited from C8oException._cause
Defined in c8osdk-js-core/src/c8o/Exception/c8oException.ts:7
• message: string
Inherited from C8oException.message
Overrides void
Defined in c8osdk-js-core/src/c8o/Exception/c8oException.ts:6
• name: string
Inherited from void
Defined in C:/dev/sdks/c8osdk-angular/node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:973
• 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
• get cause(): Error
Inherited from C8oException.cause
Defined in c8osdk-js-core/src/c8o/Exception/c8oException.ts:28
Returns: Error
▸ toJSON(): object
Inherited from C8oException.toJSON
Defined in c8osdk-js-core/src/c8o/Exception/c8oException.ts:32
Returns: object
▸ toString(): object
Inherited from C8oException.toString
Defined in c8osdk-js-core/src/c8o/Exception/c8oException.ts:40
Returns: object