Type Alias UnauthorizedError

UnauthorizedError: { type: "UNAUTHORIZED"; message?: string }

인증 정보가 올바르지 않은 경우

Type declaration

  • type: "UNAUTHORIZED"
  • Optionalmessage?: string