@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.
@@ -4119,10 +4119,10 @@ var ERROR_DEFINITIONS = {
4119
4119
  },
4120
4120
  [ERROR_CODES.DB_FIND_BY_ID_FAILED]: {
4121
4121
  code: ERROR_CODES.DB_FIND_BY_ID_FAILED,
4122
- status: HTTP_STATUS.INTERNAL_SERVER_ERROR,
4123
- category: ERROR_CATEGORY.Server,
4122
+ status: HTTP_STATUS.NOT_FOUND,
4123
+ category: ERROR_CATEGORY.Client,
4124
4124
  userMessage: "db.crud.find_by_id_failed",
4125
- severity: ERROR_SEVERITY.High,
4125
+ severity: ERROR_SEVERITY.Low,
4126
4126
  retryable: false
4127
4127
  },
4128
4128
  [ERROR_CODES.DB_UPDATE_FAILED]: {