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

40 lines
1.4 KiB
JSON
Raw Normal View History

2024-12-02 13:24:34 +00:00
{
"ResponseMessage": {
"Values": {
"Success": "Successful!",
"Failure": "Failure!",
"NoData": "No Record(s) Found!",
"InvalidInput": "Invalid Input",
"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",
"FailedToSignIn": "Failed to sign in!",
"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",
"AuthenticationFailed": "Authentication Failed"
}
}
}