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