All files / api/common/exception exception-message.ts

100% Statements 1/1
100% Branches 0/0
100% Functions 0/0
100% Lines 1/1

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 91x                
export const ExceptionMessage = {
  UAE: '로그인이 필요합니다.',
  FBD: '권한이 없습니다',
  ISE: '예상하지 못한 오류가 발생했습니다.',
  NF: '일치하는 대상을 찾지 못했습니다.',
  BR: '잘못된 요청입니다.',
  BI: '잘못된 입력입니다.',
};