You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When sending the request to the API endpoint, PATCHpartnermanagement/v1/partners/DeviceDetail it fails with this error:
{
"id": null,
"version": null,
"responsetime": "2021-01-25T13:04:45.119Z",
"metadata": null,
"response": null,
"errors": {
"errorCode": null,
"message": "Null value was assigned to a property [class io.mosip.pmp.regdevice.entity.RegDeviceDetail.isDeleted] of primitive type setter of io.mosip.pmp.regdevice.entity.RegDeviceDetail.isDeleted; nested exception is org.hibernate.PropertyAccessException: Null value was assigned to a property [class io.mosip.pmp.regdevice.entity.RegDeviceDetail.isDeleted] of primitive type setter of io.mosip.pmp.regdevice.entity.RegDeviceDetail.isDeleted"
}
}
The text was updated successfully, but these errors were encountered:
In mosip_regdevice database, DeviceDetail table, isDeleted flag may be having null value. Due to this above issue occurs.
IsDeleted column should have data either true or false.
When sending the request to the API endpoint,
PATCH
partnermanagement/v1/partners/DeviceDetail
it fails with this error:The text was updated successfully, but these errors were encountered: