epi-mdx-library
Version:
Express Pay Markdown Library
9 lines (8 loc) • 408 B
JavaScript
module.exports = {
internalServerError:
'Oh No! The server encountered an error and could not complete your request. If the problemt persists, please report your problem to the system administrator.',
badRequest:
'Opps! Your client has issued an illegal request. That is all I know.',
unauthorizedAccess:
'Unauthorized! It appears that you do are not authorize to perform this action.',
};