@plyaz/types 1.45.0 → 1.45.1

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/api/index.js CHANGED
@@ -4331,10 +4331,10 @@ var ERROR_DEFINITIONS = {
4331
4331
  },
4332
4332
  [ERROR_CODES.DB_FIND_BY_ID_FAILED]: {
4333
4333
  code: ERROR_CODES.DB_FIND_BY_ID_FAILED,
4334
- status: HTTP_STATUS.INTERNAL_SERVER_ERROR,
4335
- category: ERROR_CATEGORY.Server,
4334
+ status: HTTP_STATUS.NOT_FOUND,
4335
+ category: ERROR_CATEGORY.Client,
4336
4336
  userMessage: "db.crud.find_by_id_failed",
4337
- severity: ERROR_SEVERITY.High,
4337
+ severity: ERROR_SEVERITY.Low,
4338
4338
  retryable: false
4339
4339
  },
4340
4340
  [ERROR_CODES.DB_UPDATE_FAILED]: {