@plyaz/types 1.45.0 → 1.45.2

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 CHANGED
@@ -4285,10 +4285,10 @@ var ERROR_DEFINITIONS = {
4285
4285
  },
4286
4286
  [ERROR_CODES.DB_FIND_BY_ID_FAILED]: {
4287
4287
  code: ERROR_CODES.DB_FIND_BY_ID_FAILED,
4288
- status: HTTP_STATUS.INTERNAL_SERVER_ERROR,
4289
- category: ERROR_CATEGORY.Server,
4288
+ status: HTTP_STATUS.NOT_FOUND,
4289
+ category: ERROR_CATEGORY.Client,
4290
4290
  userMessage: "db.crud.find_by_id_failed",
4291
- severity: ERROR_SEVERITY.High,
4291
+ severity: ERROR_SEVERITY.Low,
4292
4292
  retryable: false
4293
4293
  },
4294
4294
  [ERROR_CODES.DB_UPDATE_FAILED]: {