@roar-firebase-functions/core / FirestoreAdministrationRepositoryError
Class: FirestoreAdministrationRepositoryError
Defined in: packages/core/src/errors/firestore/FirestoreAdministrationRepositoryError.error.ts:9
The AdministrationRepositoryError class. AdministrationRepositoryError
Extends
Constructors
Constructor
new FirestoreAdministrationRepositoryError(
message
,error?
):FirestoreAdministrationRepositoryError
Defined in: packages/core/src/errors/firestore/FirestoreAdministrationRepositoryError.error.ts:10
Parameters
message
string
error?
any
Returns
FirestoreAdministrationRepositoryError
Overrides
FirestoreRepositoryError
.constructor
Properties
error
protected
error:any
Defined in: packages/core/src/errors/firestore/FirestoreRepositoryError.error.ts:7
Inherited from
FirestoreRepositoryError
.error
message
message:
string
Defined in: packages/core/node_modules/typescript/lib/lib.es5.d.ts:1077
Inherited from
FirestoreRepositoryError
.message
name
name:
string
Defined in: packages/core/node_modules/typescript/lib/lib.es5.d.ts:1076
Inherited from
stack?
optional
stack:string
Defined in: packages/core/node_modules/typescript/lib/lib.es5.d.ts:1078
Inherited from
FirestoreRepositoryError
.stack
prepareStackTrace()?
static
optional
prepareStackTrace: (err
,stackTraces
) =>any
Defined in: node_modules/@types/node/globals.d.ts:98
Optional override for formatting stack traces
Parameters
err
Error
stackTraces
CallSite
[]
Returns
any
See
https://v8.dev/docs/stack-trace-api#customizing-stack-traces
Inherited from
FirestoreRepositoryError
.prepareStackTrace
stackTraceLimit
static
stackTraceLimit:number
Defined in: node_modules/@types/node/globals.d.ts:100
Inherited from
FirestoreRepositoryError
.stackTraceLimit
Methods
getAdministrationsByNameError()
getAdministrationsByNameError():
FirestoreAdministrationRepositoryError
Defined in: packages/core/src/errors/firestore/FirestoreAdministrationRepositoryError.error.ts:15
Returns
FirestoreAdministrationRepositoryError
captureStackTrace()
static
captureStackTrace(targetObject
,constructorOpt?
):void
Defined in: node_modules/@types/node/globals.d.ts:91
Create .stack property on a target object
Parameters
targetObject
object
constructorOpt?
Function
Returns
void