UNPKG
@openland/foundationdb-core
Version:
canary (3.3.2-alpha.67)
latest (3.3.1)
3.3.2-alpha.67
3.3.2-alpha.66
3.3.2-alpha.65
3.3.2-alpha.64
3.3.2-alpha.63
3.3.2-alpha.61
3.3.2-alpha.60
3.3.2-alpha.59
3.3.2-alpha.58
3.3.2-alpha.57
3.3.2-alpha.56
3.3.2-alpha.55
3.3.2-alpha.54
3.3.2-alpha.53
3.3.2-alpha.52
3.3.2-alpha.51
3.3.2-alpha.50
3.3.2-alpha.49
3.3.2-alpha.48
3.3.1
3.3.0
3.2.2
3.2.1
3.2.0
3.1.1
3.1.0
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
2.1.0
Node.js bindings for the FoundationDB database
foundationdb.org
josephg/node-foundationdb
@openland/foundationdb-core
/
lib
/
error.d.ts
5 lines
(4 loc)
•
127 B
TypeScript
View Raw
1
2
3
4
5
export
default
class
FDBError
extends
Error
{
readonly
code
:
number
;
constructor
(
description
:
string
,
code
:
number
); }