@kazion/create-app
Version:
A cli tool to help you get started with graphql and rest api's with typescript
13 lines (12 loc) • 400 B
text/typescript
export const ERROR_MESSAGES = {
UNAUTHENTICATED: 'You are not authenticated',
UNAUTHORIZED: 'Unauthorized',
FORBIDDEN: 'Forbidden',
NOT_FOUND: 'Not found',
INTERNAL_SERVER_ERROR: 'Internal server error',
BAD_REQUEST: 'Bad request',
CONFLICT: 'Conflict',
UNPROCESSABLE_ENTITY: 'Unprocessable entity',
INVALID_CREDENTIALS: 'Invalid credentials',
USER_NOT_FOUND: 'No User found',
};