add delete option and error handling to tours
This commit is contained in:
@@ -39,7 +39,11 @@ namespace LibSernatur {
|
||||
/**
|
||||
* Invalid value
|
||||
*/
|
||||
INVALID_VALUE
|
||||
INVALID_VALUE,
|
||||
/**
|
||||
* Could not be modified or deleted because of a constraint
|
||||
*/
|
||||
FOREIGN_KEY_CONSTAINT
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user