return&httperror.HandlerError{StatusCode:http.StatusNotFound,Message:"Unable to find a registry with the specified identifier inside the database",Err:err}
}elseiferr!=nil{
return&httperror.HandlerError{StatusCode:http.StatusInternalServerError,Message:"Unable to find a registry with the specified identifier inside the database",Err:err}