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