practicekea_backend/microservices/teacher/bin/net9.0/appresponsemessages.json

43 lines
1.9 KiB
JSON

{
"ResponseMessage": {
"Values": {
"Success": "Successful!",
"Failure": "Failure!",
"NoData": "No Record(s) Found!",
"InvalidInput": "Invalid Input",
"InvalidOperation": "Invalid Operation",
"EmptyValue": "Can't be empty'",
"ObjectNotFound": "{0} not found!",
"ObjectNotAdded": "Failed to add {0}",
"ObjectNotUpdated": "Failed to update the {0}",
"ObjectNotDeleted": "Failed to delete the {0}",
"ObjectAddedSuccessfully": "{0} added successfully",
"ObjectUpdatedSuccessfully": "{0} updated successfully",
"ObjectDeleteSuccessfully": "{0} deleted successfully",
"FailedToAdd": "Failed to add the record!",
"FailedToUpdate": "Failed to update the record!",
"FailedToDelete": "Failed to delete the record!",
"FailedToAttach": "Failed to attach the record!",
"FailedToDetach": "Failed to detach the record!",
"MustNotEmpty": "This is a required field and must not be empty",
"MustNotNull": "This is a required field and must not be null",
"MustGreaterThanZero": "The value must be greater than zero",
"InvalidUser": "The user is not valid",
"InvalidPasword": "Invalid login credential",
"UserNotActive": "User is not active",
"IdMismatchBetweenBodyAndQueryString": "Id Mismatch Between Body And Query String",
"NotAllowedToResource": "You are not authorised for this operation!",
"NotAllowedToAddResourceOtherThanYours": "You can only add resources for your institution only.",
"NotAllowedToUpdateResourceOtherThanYours": "You can only update the resources of your institution only.",
"NotAllowedToDeleteResourceOtherThanYours": "You can only delete the resources of your institution only.",
"NotAllowedToViewResourceOtherThanYours": "You can only view the resources of your institution only."
}
}
}