const errorMessages = {
NO_ACTIVE_SUBSCRIPTION: {
title: 'Subscription Required',
message: 'Please activate a subscription to create verifications.',
},
LIMIT_EXCEEDED: {
title: 'Limit Reached',
message: 'You have reached your monthly verification limit.',
},
DUPLICATE_SUBJECT_REFERENCE: {
title: 'Verification Exists',
message: 'A verification is already in progress for this user.',
},
VERIFICATION_NOT_FOUND: {
title: 'Not Found',
message: 'The requested verification could not be found.',
},
default: {
title: 'Error',
message: 'Something went wrong. Please try again later.',
},
};