Skip to content

Latest commit

 

History

History
144 lines (77 loc) · 3.74 KB

File metadata and controls

144 lines (77 loc) · 3.74 KB

c8osdkjscoreC8oCouchBaseLiteException

Class: C8oCouchBaseLiteException

Hierarchy

C8oException

C8oCouchBaseLiteException

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

+ new C8oCouchBaseLiteException(message: string): C8oCouchBaseLiteException

Overrides C8oException.constructor

Defined in c8osdk-js-core/src/c8o/Exception/c8oCouchBaseLiteException.ts:3

Parameters:

Name Type
message string

Returns: C8oCouchBaseLiteException

+ new C8oCouchBaseLiteException(message: string, cause: Error): C8oCouchBaseLiteException

Overrides C8oException.constructor

Defined in c8osdk-js-core/src/c8o/Exception/c8oCouchBaseLiteException.ts:4

Parameters:

Name Type
message string
cause Error

Returns: C8oCouchBaseLiteException

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