@settlemint/dalp-sdk 3.0.0-main.27339125821 → 3.0.0-main.27340008960
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +21 -21
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1167,7 +1167,7 @@ var ENTRIES_INDEX = {
|
|
|
1167
1167
|
expectedClientError: false,
|
|
1168
1168
|
public: {
|
|
1169
1169
|
message: "Participant executor selection failed",
|
|
1170
|
-
why: "
|
|
1170
|
+
why: "Platform API could not determine the effective participant executor for this request after checking the session, organization context, and request headers.",
|
|
1171
1171
|
fix: "Retry with a valid active organization, X-Participant, and X-Executor header combination. If the problem continues, contact support with the request id."
|
|
1172
1172
|
},
|
|
1173
1173
|
observability: {
|
|
@@ -1195,7 +1195,7 @@ var ENTRIES_INDEX = {
|
|
|
1195
1195
|
expectedClientError: false,
|
|
1196
1196
|
public: {
|
|
1197
1197
|
message: "Session resolution failed",
|
|
1198
|
-
why: "
|
|
1198
|
+
why: "Platform API could not resolve the authenticated session from the request headers.",
|
|
1199
1199
|
fix: "Retry with a fresh session or API key. If the problem continues, contact support with the request id."
|
|
1200
1200
|
},
|
|
1201
1201
|
observability: {
|
|
@@ -1223,7 +1223,7 @@ var ENTRIES_INDEX = {
|
|
|
1223
1223
|
expectedClientError: false,
|
|
1224
1224
|
public: {
|
|
1225
1225
|
message: "System indexer context unavailable",
|
|
1226
|
-
why: "
|
|
1226
|
+
why: "Platform API could not build the system context from indexed system registry data.",
|
|
1227
1227
|
fix: "Retry after the indexer catches up. If the problem continues, contact support with the request id."
|
|
1228
1228
|
},
|
|
1229
1229
|
observability: {
|
|
@@ -1251,7 +1251,7 @@ var ENTRIES_INDEX = {
|
|
|
1251
1251
|
expectedClientError: false,
|
|
1252
1252
|
public: {
|
|
1253
1253
|
message: "Transaction queue operation failed",
|
|
1254
|
-
why: "
|
|
1254
|
+
why: "Platform API could not complete a transaction queue operation outside the known contract-error and Workflow Engine error mappings.",
|
|
1255
1255
|
fix: "Retry after a short backoff. If the problem continues, contact support with the request id."
|
|
1256
1256
|
},
|
|
1257
1257
|
observability: {
|
|
@@ -1309,7 +1309,7 @@ var ENTRIES_INDEX = {
|
|
|
1309
1309
|
expectedClientError: false,
|
|
1310
1310
|
public: {
|
|
1311
1311
|
message: "Smart wallet approval could not be submitted",
|
|
1312
|
-
why: "
|
|
1312
|
+
why: "Platform API could not preview, sign, or submit the smart-wallet approval workflow after reserving the account-abstraction nonce.",
|
|
1313
1313
|
fix: "Retry after a short backoff. The nonce reservation is released best-effort and stale reservations expire automatically."
|
|
1314
1314
|
},
|
|
1315
1315
|
observability: {
|
|
@@ -1337,7 +1337,7 @@ var ENTRIES_INDEX = {
|
|
|
1337
1337
|
expectedClientError: false,
|
|
1338
1338
|
public: {
|
|
1339
1339
|
message: "Workflow Engine admin query failed",
|
|
1340
|
-
why: "
|
|
1340
|
+
why: "Platform API could not query the Workflow Engine admin plane to determine whether an organization deployment workflow is active.",
|
|
1341
1341
|
fix: "Retry after a short backoff. If deployment state still cannot be checked, contact support with the request id."
|
|
1342
1342
|
},
|
|
1343
1343
|
observability: {
|
|
@@ -1424,7 +1424,7 @@ var ENTRIES_INDEX = {
|
|
|
1424
1424
|
expectedClientError: false,
|
|
1425
1425
|
public: {
|
|
1426
1426
|
message: "System directory is missing the system factory address",
|
|
1427
|
-
why: "
|
|
1427
|
+
why: "Platform API could not resolve a system factory contract address from the request or directory service before starting deployment.",
|
|
1428
1428
|
fix: "Retry after the system directory has been configured, or pass an explicit system factory contract address."
|
|
1429
1429
|
},
|
|
1430
1430
|
observability: {
|
|
@@ -2209,8 +2209,8 @@ var ENTRIES_INDEX = {
|
|
|
2209
2209
|
retryable: true,
|
|
2210
2210
|
expectedClientError: false,
|
|
2211
2211
|
public: {
|
|
2212
|
-
message: "
|
|
2213
|
-
why: "
|
|
2212
|
+
message: "Ledger Index reindex admin could not be reached",
|
|
2213
|
+
why: "Platform API could not contact the Ledger Index Indexing Pipeline service that starts blockchain reindex jobs.",
|
|
2214
2214
|
fix: "Retry after a short backoff. If the problem continues, contact support with the request id."
|
|
2215
2215
|
},
|
|
2216
2216
|
observability: {
|
|
@@ -2238,7 +2238,7 @@ var ENTRIES_INDEX = {
|
|
|
2238
2238
|
expectedClientError: true,
|
|
2239
2239
|
public: {
|
|
2240
2240
|
message: "Reindex request wasn't accepted",
|
|
2241
|
-
why: "The requested blockchain reindex range, target, or mode was rejected by the reindex
|
|
2241
|
+
why: "The requested blockchain reindex range, target, or mode was rejected by the Ledger Index reindex admin.",
|
|
2242
2242
|
fix: "Adjust the reindex request to a supported chain, range, and mode before retrying."
|
|
2243
2243
|
},
|
|
2244
2244
|
observability: {
|
|
@@ -2265,8 +2265,8 @@ var ENTRIES_INDEX = {
|
|
|
2265
2265
|
retryable: true,
|
|
2266
2266
|
expectedClientError: false,
|
|
2267
2267
|
public: {
|
|
2268
|
-
message: "
|
|
2269
|
-
why: "The
|
|
2268
|
+
message: "Ledger Index reindex admin is unavailable",
|
|
2269
|
+
why: "The Ledger Index reindex admin accepted the request path but reported that reindexing cannot be started now.",
|
|
2270
2270
|
fix: "Retry after a short backoff. If the problem continues, contact support with the request id."
|
|
2271
2271
|
},
|
|
2272
2272
|
observability: {
|
|
@@ -2490,7 +2490,7 @@ var ENTRIES_INDEX = {
|
|
|
2490
2490
|
expectedClientError: false,
|
|
2491
2491
|
public: {
|
|
2492
2492
|
message: "Could not prepare the prior deployment for retry",
|
|
2493
|
-
why: "
|
|
2493
|
+
why: "Platform API could not safely inspect or purge the previous Workflow Engine workflow before submitting a retry.",
|
|
2494
2494
|
fix: "Retry after a short backoff. If the problem continues, contact support with the request id."
|
|
2495
2495
|
},
|
|
2496
2496
|
observability: {
|
|
@@ -3246,7 +3246,7 @@ var ENTRIES_INDEX = {
|
|
|
3246
3246
|
expectedClientError: false,
|
|
3247
3247
|
public: {
|
|
3248
3248
|
message: "Indexer data temporarily incomplete",
|
|
3249
|
-
why: "
|
|
3249
|
+
why: "Platform API is reading from an indexer schema that is still rolling out or reindexing.",
|
|
3250
3250
|
fix: "Retry after the indexer rollout completes. If the problem continues, contact support with the request id."
|
|
3251
3251
|
},
|
|
3252
3252
|
observability: {
|
|
@@ -3274,7 +3274,7 @@ var ENTRIES_INDEX = {
|
|
|
3274
3274
|
expectedClientError: false,
|
|
3275
3275
|
public: {
|
|
3276
3276
|
message: "Internal server error",
|
|
3277
|
-
why: "
|
|
3277
|
+
why: "Platform API could not complete the request because an unexpected server error occurred.",
|
|
3278
3278
|
fix: "Retry later or contact support with the request id if the problem continues."
|
|
3279
3279
|
},
|
|
3280
3280
|
observability: {
|
|
@@ -3328,7 +3328,7 @@ var ENTRIES_INDEX = {
|
|
|
3328
3328
|
expectedClientError: false,
|
|
3329
3329
|
public: {
|
|
3330
3330
|
message: "Event stream failed",
|
|
3331
|
-
why: "
|
|
3331
|
+
why: "Platform API could not continue the event stream safely.",
|
|
3332
3332
|
fix: "Reconnect to the stream. If failures continue, contact support with the request id."
|
|
3333
3333
|
},
|
|
3334
3334
|
observability: {
|
|
@@ -15215,7 +15215,7 @@ var ENTRIES_INDEX = {
|
|
|
15215
15215
|
expectedClientError: false,
|
|
15216
15216
|
public: {
|
|
15217
15217
|
message: "Workflow Engine admin API could not be reached",
|
|
15218
|
-
why: "
|
|
15218
|
+
why: "Platform API could not contact the Workflow Engine admin endpoint required to inspect or mutate workflow state.",
|
|
15219
15219
|
fix: "Retry after a short backoff. If the problem continues, check the Workflow Engine cluster health and contact support with the request id."
|
|
15220
15220
|
},
|
|
15221
15221
|
observability: {
|
|
@@ -17070,7 +17070,7 @@ var ENTRIES_INDEX = {
|
|
|
17070
17070
|
expectedClientError: false,
|
|
17071
17071
|
public: {
|
|
17072
17072
|
message: "Identity provider verification is temporarily unavailable",
|
|
17073
|
-
why: "
|
|
17073
|
+
why: "Platform API could not reach the identity provider to complete the verification for this signing request.",
|
|
17074
17074
|
fix: "Retry after a short backoff; if it persists, contact support with the request id."
|
|
17075
17075
|
},
|
|
17076
17076
|
observability: {
|
|
@@ -64076,11 +64076,11 @@ var CUSTOM_ERRORS = {
|
|
|
64076
64076
|
},
|
|
64077
64077
|
REINDEX_SERVICE_UNAVAILABLE: {
|
|
64078
64078
|
status: 503,
|
|
64079
|
-
message: "
|
|
64079
|
+
message: "Ledger Index reindex admin is unavailable"
|
|
64080
64080
|
},
|
|
64081
64081
|
REINDEX_SERVICE_UNREACHABLE: {
|
|
64082
64082
|
status: 503,
|
|
64083
|
-
message: "
|
|
64083
|
+
message: "Ledger Index reindex admin could not be reached"
|
|
64084
64084
|
},
|
|
64085
64085
|
REQUEST_WALLET_HEADER_FORBIDDEN: {
|
|
64086
64086
|
status: 403,
|
|
@@ -91220,7 +91220,7 @@ function normalizeDalpBaseUrl(url) {
|
|
|
91220
91220
|
// package.json
|
|
91221
91221
|
var package_default = {
|
|
91222
91222
|
name: "@settlemint/dalp-sdk",
|
|
91223
|
-
version: "3.0.0-main.
|
|
91223
|
+
version: "3.0.0-main.27340008960",
|
|
91224
91224
|
private: false,
|
|
91225
91225
|
description: "Fully typed SDK for the DALP tokenization platform API",
|
|
91226
91226
|
homepage: "https://settlemint.com",
|
package/package.json
CHANGED